bherbruck

Results 5 comments of bherbruck

@SkalskiP I am willing to help out with all those things, especially the server-side stuff. Storing [`LabelsState`](https://github.com/SkalskiP/make-sense/blob/6fc050e96bcddbdea0276c6740ca079cfb2ad591/src/store/labels/types.ts#L62-L71) in `localstorage` may be low hanging fruit.

[this commit](https://github.com/bherbruck/make-sense/commit/252d84528dc7d884b88f6ae93ce6e523a9752f76) is a very quick-and-dirty way of doing it with middleware and a loader action called when the app loads. The problem is with the image `uuid`s, since they...

Thanks for the explanation @samruddhikhandale! Is there any documentation for installing packages with `apt` or for doing things like adding global `npm` packages? Do we now need to make our...

Thanks for all the clarification on this, is it possible to use local/relative "features" rather that importing from a public registry/repo? So if we wanted to do something like: ```json...

@andreujuanc makes a lot of good points. When working in any higher-level language with C-bindings it is common to require external packages. Relying on a list of features can be...