simon987
simon987
I added the changes in 81008d8936945907c3a4e8d195fc523b70a0bdd5, in theory it should work but I have not yet tested it thoroughly. Use `--list-file -` to read from stdin
@panekj Great! Could you create a new language in https://github.com/simon987/sist2/blob/master/sist2-vue/src/i18n/messages.ts ?. You can use the `pl` key for Polish. The message names and correspondence in English should be pretty self-explanatory...
> I can do zh-CN. That would be awesome! If you want to test the changes in the web app, you can run `sist2 web` with the `--dev` argument in...
> npm install not working due to fslightbox-vue dep path hard-coded Oh, right... I'm using the fslightbox-vue pro version. I don't really know any good alternatives that's why I'm using...
Yeah I forgot about this library. In the next version I will try to use NPM's `optionalDependencies` thing and gracefully disable the lightbox component when it detects that the library...
Yes that would be awesome, let me know if you have any questions (preferably in the slack channel). If you want an easier time setting up the development environment, you...
@matias9477 You can visit the link above, there should be documentation on how to fix each issue
@matias9477 Thank you for you help and welcome to open source world :) If you need any help don't hesitate to reach out (There is also a Slack channel)
@jacquej96 Hi, Javascript allows octal ("o" prefix) and other kinds of numbers (I dont remember what "0e" is for) that the Java assembler does not understand, if we don't check...
@jacquej96 HI, There are no tests for client-side code. You can add the tests in the same PR (this is not necessary, since you would also need implement the initial...