OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
103 stars 29 forks source link

`kalamine create` does not work on a fresh install #94

Closed fabi1cazenave closed 6 months ago

fabi1cazenave commented 6 months ago

kalamine create expects to find layout templates in a layouts subdirectory that is not published.

fabi1cazenave commented 6 months ago

Re-opening. I need a proper way to test this locally.

fabi1cazenave commented 6 months ago

Looks like we’re doing the most basic beginner mistake here by loading files relative to the source file.

https://stackoverflow.com/a/58941536

fabi1cazenave commented 6 months ago

This is becoming an epic failure. :-)

TIL: the idea of implementing kalamine create by grabbing the user guide from docs/ and layout descriptors from layouts/ cannot work.

What I’ve learned so far :

So what should we do now ?

This should probably done with several PRs.