Vincent Jousse
Vincent Jousse
Same here, using i3 with Xorg.
I would go with the latter, adding some Crystal comments. What do you think of ```crystal def connect UserToken.decode_user_id(token.to_s).try do |user_id| self.identifier = user_id.to_s self.current_user = UserQuery.find(user_id) end # If...
I don't know this package, but the string stuff seems strange to me. How can you be sure that you don't use a key that you shouldn't at compile time?...
Well, I'm a coder and I'm using Vim on a daily basis without any problem. Could you elaborate what "real IDE" means? You want something that "renames" your classes when...
Sure. For the syntax check, the best tool around in my opinion is Syntastic: https://github.com/vim-syntastic/syntastic I'm not aware of a generic tool for code refactoring as it's very dependant of...
Hi @erickgnavar thanks for your proposition. Are you familiar with Github? Sending a WIP (Work In Progress) PR with the translation should be just fine.
I'm facing the same problem here as my application is hosted on gitlab. I'm not developing an open-source package, but just my own application containing an elm-package.json for dependencies. When...
> I update the file as you suggested > > when I try to open pomotroid again, using special_key+p on my awesome, the app stills goes down. > > what...
Partially fixed in https://github.com/n1k0/tooty/issues/216
Better later than never ;) Fixed in https://github.com/n1k0/tooty/pull/259