Adam Banko

Results 13 comments of Adam Banko

For me, the video starts playing in the background (behind the overlay) and I can hear the audio.

#41 and upgrading to the latest version fixed it for me. Thanks @kik4 !

Do you have some pointers for me if I'd try to fix it?

Note to self: ```ts const res = await fetch('https://jsonplaceholder.typicode.com/todos') .then(r => r.json()), .then( R.createPipe( R.filter(todo => todo.id < 5), R.take(3), R.map(R.pick(['id', 'title'])), ), ), ) ```

Seems to me that a similar issue has been fixed in src/frameworks/i18next.ts using `getScopeRange` - https://github.com/lokalise/i18n-ally/issues/307 - https://github.com/lokalise/i18n-ally/issues/813 is also somewhat related

I think this is the upstream issue: - https://github.com/lokalise/i18n-ally/issues/752 There is some precedent in the repo for fixing similar issues (see https://github.com/lokalise/i18n-ally/issues/307 ) so it would't be very hard, **but**...

Thanks @pavelfeldman, this was a very enlightening! I wonder how the jumping between the .feature file and the step definitions in .ts / .tsx files would look. Could be awesome!...

Calling this hook for every commit in a rebase makes the rebases take a lot longer. Maybe the fix could be not calling this hook?

Great! Thanks @charmander! I updated the issue description. I guess this means that the implementation of this feature would be very easy: just ignore `sslrootcert` if it's set to `system`...