Theia Vogel

Results 8 issues of Theia Vogel

This causes a panic in the Rust WASM backend: ``` ~n: seq 1 ~a: seq ~n _ _ _ out: sin ~a ``` Various values in `~n: seq X` seem...

bug

# Bug report ## What's wrong Right now `django-stubs` requires that the return type of a `views.generic.ListView` subclass' `get_queryset` method be a queryset, which seems reasonable. However, `django` doesn't actually...

bug

Hi, Really liking Choo so far! One thing I was missing was the ability to define an async route (I'm working on a game and wanted to preload assets). I...

Just wasted a bunch of time trying to get grunt 0.4 working, not realizing the project needs 0.3. If there's interest, I wouldn't mind migrating the build system to grunt...

Right now terminal tokens have to be separate words. Treebender should be able to support morphological rules: ```fgr V[ stem: t ] -> walk V[ stem: t ] -> talk...

enhancement

Right now to define, e.g., a digit, you have to do: ```fgr Cows -> Digit[ num: sg ] cow Cows -> Digit[ num: pl ] cows Digit[ num: pl ]...

enhancement

Tenc's generated assembly does not currently conform to the [0x10c Standard's Commitee Standard ABI](https://github.com/0x10cStandardsCommittee/0x10c-Standards/tree/master/ABI). This will create problems with interfacing to other compilers, handwritten assembly, and various OS libraries.

enhancement