Julian Paas

Results 47 comments of Julian Paas

I'm also having this issue. Its because the models we have fetched have an attribute called 'children' which causes them to be misconstrued as having nested content. Is there any...

Actually I did have some problems, but I assumed (perhaps incorrectly) that they were BW CLI/core problems. So I reported these issues: https://github.com/bitwarden/core/issues/362 https://github.com/bitwarden/core/issues/363 Maybe I should compare vs BW...

This is the lint rule that fails for me: https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/default.md

The only workaround I've found is to change my `solargraph.commandPath` setting to point directly at the solargraph binary in my rvm gemset. No amount of messing with the version of...

I'm running 0.21.1. For some reason 0.22.0 is not available as a version to install.

Or even better, the extension could watch the schema and regenerate automatically

Same problem here. I've broken it down to 2 separate issues: 1. The defaults are written to cache AFTER rehydration, thereby overwriting what was persisted. 2. I was having some...

Oh BTW this guy seems to have found a workaround for not overwriting with defaults: https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/195#issuecomment-428668407

I'm getting a warning when using sidekiq for `brpop` too. ``` redis.brpop("development:queue:searchkick", "development:queue:default", "development:queue:mailers", "development:queue:low", timeout: 2)(called from: /Users/jpaas/.rvm/gems/ruby-3.1.2@karma-backend/gems/redis-namespace-1.9.0/lib/redis/namespace.rb:479:in `call_with_namespace') ``` The super annoying thing is that sidekiq does a...

This may not be the right place to ask, but it seems related. I need to find the indexPath of an object in my rrc in order to select it....