Viktor

Results 88 issues of Viktor

I'm not sure if something changed in the API for `useEffect`, but I think that, if you omit the second argument, it will re-run the effect on every re-render.

Hi, thanks for great linter! I just tried it out and love it! Unfortunately, I also spent 10min trying to figure out how to disable the rule through config file....

Hi, Thanks for the package! I've noticed that `filePath` string is not `projectPath + fileName` when the project is in symlinked folder. This is the directory that causes issues: `~/Developer...

Hi! I'm using `foreman` gem to start my Rails app like this: `foreman start -f Procfile.dev` In `Procfile.dev` the line that starts Rails server looks like this: `backend: bundle exec...

I have a rails + webpacker project and I need to share some ENV vars between rails and webpacker (webpack/node). It works great if I use 'dotenv-rails', but I prefer...

## Commands ``` # suppose we have a fictional Post model $ rails g migration AddReadingTimeToPosts reading_time $ rails db:migrate ``` ## Output ### Actual ``` == 20200312212633 AddReadingTimeToPosts: migrating...

I noticed that artemis adds a new rake task: `graphql:schema:update`. This could be potentially dangerous because `graphql` gem adds `graphql:*` rake tasks: ``` rails graphql:pro:validate[gem_version] # Get the checksum of...

Hi! Great extension! This should be GitHub's native functionality IMO. I noticed that this extension pings GitHub for notifications every 5 seconds. I don't want this to happen so often....

enhancement
help wanted

GraphQL generally works in a way that you can query exactly the fields (columns) that you want from the database like this: ```graphql { users { name posts { title...

I got it working in High Sierra following this tutorial: http://www.perfectlyrandom.org/2016/10/23/always-on-top-in-macos-sierra/ The main issue I had was disabling SIP. (I even installed mYSIMBL first and then went to disable SIP...