Matt

Results 34 issues of Matt

It seems this project is no longer being maintained, with a high number of unanswered pull requests and issues raised. The last version v1.4.0 was published 8 months ago. I've...

Hi @ZJONSSON - just wondering why this library works to read files other libs can't read. I'm working with .snappy.parquet files written to S3 by AWS Wrangler / SDK Pandas,...

Try including the library I wrote for testing requirejs modules: https://www.github.com/mattfysh/testr.js

falcor-express appears to require no dependencies at all - remove them from package.json

Hey Ilya - in the spec a record can have multiple WARC-Concurrent-To fields, e.g. ``` WARC-Record-ID: WARC-Concurrent-To: WARC-Concurrent-To: ``` > As an exception to the general rule, several WARC-Concurrent-To fields...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
awaiting-upstream

Hi kwhitley, thanks for this incredible library! I noticed when installed from npm, the source map files (.map) reference non-existing source files, e.g. `"sources":["../src/itty-durable.js"]` one other change I think can...

Right now, I'm using this workaround: ``` const authUrl = Linkedin.auth.authorize() res.redirect( authUrl.replace('/uas/oauth2/authorization', '/oauth/v2/authorization') ) ```

(removing the template as it didn't seem applicable for this issue) would you consider adding support for other providers like vultr and linode/akamai? thank you :)

feature
groomed

**Description** ``` ValueError: default auth: cannot configure default credentials ``` **Reproduction** ``` from databricks.sdk import WorkspaceClient w = WorkspaceClient() ``` **Expected behavior** No error to be thrown **Debug Logs** ```...