Karolis Narkevicius

Results 40 issues of Karolis Narkevicius

![image](https://user-images.githubusercontent.com/324440/115718652-3a52bf00-a373-11eb-9ae1-18ae352342a6.png)

### Steps to reproduce If a service has the following hooks: ```js before: { all: [() => { throw new Error('boom') }] }, error: { create: [context => console.log('After create',...

At the moment we mount realtime event handlers with each query and stop listening to them once that component is unmounted, this can cause data integrity issues. Instead we should...

Release Notes: - Added ReScript as a suggested extension for .res and .resi files ~~Release Notes:~~ ~~- Added ReScript file icon and a suggested extension for .res and .resi files~~...

cla-signed

Some good inspiration for jamjs https://github.com/twitter/bower/issues/53 ? :) I really think that enforcing package naming could be super nice. And doing it now while jam is still young is easier....

The Bootstrap package in jam registry doesn't have jQuery listed as a dependency. Without it, bootstrap js plugins won't work or am I missing something? Also, I'm thinking it could...

Not all of my projects use prettier/prettier-standard. Ideally this extension would only format on save if .prettierrc file is present. I could try to PR it as a new option...

### Expected Behavior Running this with ts-node should work when `swc: true` is set: ```js import pkg from './package.json' with { type: 'json' } console.log(pkg) ``` ### Actual Behavior ```...

### What happened? ## Steps to Reproduce Use `@opentelemetry/api` and `@opentelemetry/instrumentation-knex` where sql queries executed by knex are nested inside some other trace. Specifically, calling a raw select like so...

bug
priority:p2
pkg:api
needs:reproducer