Mihaly KR

Results 6 issues of Mihaly KR

API endpoints referenced within the documentation return an empty array, whereas it should return some results. I tried to swich around parameters, but no way, no how. In this segment:...

validateAddress fails permanently. ``` const client = new Taxjar({ apiUrl: process.env.TAXJAR_API_URL, apiKey: process.env.TAXJAR_TOKEN }); client.validateAddress({ country: 'US', state: 'AZ', zip: '85297', city: 'Gilbert', street: '3301 South Greenfield Rd' }).then(res =>...

I don't see a way to freeze and unfreeze the grid, meaning that all items should become fixed, not draggable or scalable. I wrote a rather dirty workaround: ``` const...

Implementation for this feature request: https://github.com/vojtajina/grunt-bump/issues/131 Improvement to support setting the regex per file group. Backwards compatible with the old notation. New Notation: ``` files: [ { path: 'index.html', regexp:...

There's a few minor UI problems with this extension since the new dark theme Brackets update (v0.43). None of these are usability issues, everything works great, and kudos for the...

### Package ​@lucia-auth/adapter-postgresql ### Describe the bug We have a worrying issue on production. We are using Lucia with a Postgres.js adapter. Queries from pg_stat_activity start to hang on status...

bug