Lucas Jung

Results 52 comments of Lucas Jung

I agree with this, we should have a way to sync `.hsnips` files more easily.

This is also the solution I am currently using to manage and sync my `.hsnips` but I think that an integration with [VSCode Settings Sync](https://code.visualstudio.com/docs/editor/settings-sync) would be great (if possible).

Oh yes for sure, opening settings.json (user scope) takes 30 seconds before I can type anything. I don't know if it conflicts with vim/json but there's something fishy going on...

Ok, thank you. I would love to help, however I don't code that much in JS and I never developed a VSCode extension so I'm sorry I won't help this...

They should define a `__getitem__` that calls the correct property on the job object, so we can invoke `schedule.every()[userInput].at(userTime).do(function)` where `userInput` would be a string ("monday", "tuesday", ...)

Ok sure I will try and make a PR! Let me know if I mess up something doing so as it's only my second one :) However why not a...

tell me if the class syntax is correct, I am not sure. After reviewing the existing test cases briefly, it is evident that I lack the necessary skills to create...

Ok, thank you for the comments, I did the necessary updates. Tell me if the code is good now or if there are other issues. I might tackle the testing...

I am still running into that exact issue in 2023. Running `flutter clean` solved my issue :)