Thomas Thelen

Results 34 comments of Thomas Thelen

There are many libraries that have already been made for other assemblers. Look up FreshLib for a fasm macro library.

Thanks I had the same question and ran cross this issue. The link to the SemanticWebImport worked wonderfully.

I ran across this issue while searching for a way to disable a particular plugin. In terms of user interface, I think a fourth column next to _Qualifier_, named _Enabled_...

Also requesting an English version!

That sounds & looks pretty awesome! Just to make sure I'm on the same page about the example above, The maze has 5 rows and 4 columns? I think it...

See my comments on the commit; with the way things are currently done, adding new features is going to be difficult. Can we un do the merge? We should either...

After recent updates the way to go about this would be `1. Create serializer.py` `2. Create a Serializer class that handles db serialization` `3. Create an interface in MazeManager to...

This is coming along slowly... but surely!

Just as a data point, I'm using @circlon/angular-tree-component 11.0.4 with Angular 13.3.3 and it seems to be working for me

Steps I used to run - virtualenv env - source env/bin/activate - pip install -r requirements.txt - python setup.py develop - docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest -...