Daniel van der Merwe
Daniel van der Merwe
I run `pod playgrounds RxSwift` and immediately build on xcode 8.2 and get this error.
I've looked over some similar issues but they don't seem to solve the problem. If I enter illegal code (syntax error) to my code, on the server side I get...
For users that installed React Native on an existing iOS app through Cocoapods, this library currently has no way of finding the React Native path. This adds the Cocoapods path...
Could you please include a podspec so that we can use cocoapods with this library? Thanks!
I'm importing it like: `import jic from 'j-i-c';` but I get this error when trying to use it: `_jIC2.default.compress is not a function`
I've defined a custom `lineHeight` in `style` `seeMoreStyle` and `seeLessStyle`: ``` style={{ fontSize: 14, lineHeight: 18, }} ``` Attached a GIF showing the shifting of the component. ![CleanShot 2024-10-08 at...
### What version of Elysia is running? 1.2.10 ### What steps can reproduce the bug? In a cloudflare worker environment with `aot: false`, the default behavior of normalizing responses seems...
### What versions are running? ``` ... "@bogeychan/elysia-logger": "^0.1.7", "elysia": "^1.2.10", "better-auth": "^1.1.10", ... ``` ### What steps can reproduce the bug? My server looks like this: ``` new Elysia()...