Nick Spreen

Results 39 issues of Nick Spreen

this is new behavior. I kept getting signed out randomly so I enabled 2FA. now with 2FA it's even worse. I tried upgrading the bridge, even went to the master...

Express and Drizzle both have classes with property methods called `get`. It seems to be fine if defined like ``` get(/* args */) { /* method */ } ``` but...

bug

I'm not using any middleware except express.json and cors. this is lambda.ts ``` import serverlessExpress from "@codegenie/serverless-express"; import app from "./app"; exports.handler = serverlessExpress({ app, binaryMimeTypes: ["application/x-zip", "application/zip"], }); ```...

Building for iOS Simulator, but linking in dylib built for macOS, file '/usr/local/Cellar/[email protected]/1.1.1k/lib/libcrypto.dylib' for architecture x86_64

I'm currently facing an issue with cert renewal from a lambda set up with this repo. This is the error I'm getting: ``` { "errorMessage": "[Errno 2] No such file...

/Users/user/Library/Developer/Xcode/DerivedData/App-fbkxwqvlyktkzzajmxsracuatpsm/SourcePackages/checkouts/Nuke/Sources/NukeUI/FetchImage.swift:13 {"message":"This code path does I/O on the main thread underneath that can lead to UI responsiveness issues. Consider ways to optimize this code path","antipattern trigger":"CGImageSourceCreateImageAtIndex","message type":"suppressable","show in console":"0"} Thread...

LLRT is still in very very early stages, so it's not surprising that it's not working with turso/libsql. It seems like it should be possible, and the main hurdle seems...

``` TRPCClientError: request to https://somedb.turso.io/v2/pipeline failed, reason: write EPIPE at Function.from (/Users/user/Documents/proj/node_modules/@trpc/client/dist/TRPCClientError.js:28:20) at /Users/user/Documents/proj/node_modules/@trpc/client/dist/links/internals/createHTTPBatchLink.js:61:76 at processTicksAndRejections (node:internal/process/task_queues:95:5) { meta: { response: Response { [Symbol(realm)]: null, [Symbol(state)]: [Object], [Symbol(headers)]: [HeadersList] },...

```swift // initialize opus encoder encoder = opus_encoder_create(opusRate, pcmChannels, application.rawValue, &status) ``` happening when I encode an m4a file. the exception is thrown in `OGGEncoder.swift`