Florian Proksch
Florian Proksch
I wanted to write a custom Loader implementation, but I found that I cannot replicate the needed API without copying over the Core and Parser classes into my project, which...
## Environment I'm using the following relevant tech-stack: - "@linaria/*": "^3.0.0-beta.1" - "rollup": "^2.35.1" - "rollup-plugin-css-only": "^3.1.0" - "rollup-plugin-livereload": "^2.0.0" - "react": "^17.0.1" - nodejs: v15.5.0 - OS: Linux 5.9.14-arch1-1...
With this pull request, you can provide a plain key-value-pair as dynamodb hash- or sortKey. This allows for either providing static values, or provide arbitrary resolutions through vtl that are...
I'd like to use this library, however I'm using a custom built storage adapter and I don't see how I could inject it into the factory. Could we provide the...
This PR adds a `paginate` function similar to the existing functions on Laravel's query builder to return a slightly modified `CursorPaginator`, largely steamlining the process of paging result sets across...
### Start from the Use-case The single-page-app construct sets a CloudFront function that tests for file extensions that will pass, redirecting all other requested files to the SPA Root: https://github.com/getlift/lift/blob/fc97b0be0a340a85c86580cdd4adb5ac002a7a92/src/constructs/aws/SinglePageApp.ts#L48C9-L60C4...