Danielka

Results 7 issues of Danielka

Language server crashes on linux when started with --stdio, making it unusable in VSCode, this edit fixes that.

ThinMatrix has a handful of rather good water tutorials, you can check out: - https://www.youtube.com/playlist?list=PLRIWtICgwaX23jiqVByUs0bqhnalNTNZh - https://www.youtube.com/watch?v=5yhDb9dzJ58

When compiling imports should behave by this system: ``` compile file: all imports are relative to initial file compile directory: all imports are relative to initial directory build project: all...

bug
high priority

Attempting to use `Object` from `love` results in an error ```py # love/types.wu Object: struct {} # love/init.wu import types { Object } # main.wu import love asd : fun()...

bug

Cannot compile either v2.0.3 and v2.1.0 with the latest tcc version from http://repo.or.cz/tinycc.git mob branch. ``` tcc src/Table.c -c -I ./include -std=gnu99 -Wall -Wno-unused -g -ggdb -fdollars-in-identifiers -fPIC -DCELLO_NSTRACE -o...

### Feature request Hi! Since PHP 8.0, [declared abstract trait method signatures are statically enforced at definition time](https://wiki.php.net/rfc/abstract_trait_method_validation), they are no longer just suggestions, similar to inheriting from an abstract...

feature-request

Hi, I found an issue with type detection when: - parent interface uses interface-level generic parameter in method signature - another child interface extends parent interface, replaying the generic -...