Łukasz Jagodziński

Results 10 issues of Łukasz Jagodziński

Hey, I've created a simple app for renaming image files using Crank.js that you can checkout here https://files.jagi.io/ and the source code is here https://github.com/jagi/files And here is a little...

I really like the idea behind this framework. It's great that it just uses language built in concepts instead of reinventing things like React does with Suspense. When I first...

documentation
help wanted

I have project setup with Lerna and Yarn Workspaces: ``` packages packages/a/package.json packages/a/.browserslistrc packages/a/... packages/b/package.json packages/b/.browserslistrc packages/b/... package.json .browserslistrc ``` In the root `.browserslistrc` file I have browsers list and...

It would be nice if you could add some devices that are based on web engines like Firefox OS and Tizen.

Misc. site/data request

Hi, how to get binary data of given file from GridFS? I need to send it to another server using HTTP.post() request.

It should be possible to pass Mongo Modifier as a parameter of [FS.File.copy](https://github.com/CollectionFS/Meteor-cfs-file/blob/master/fsFile-server.js#L126) function to alter object just before saving it. The other solution could be one proposed by @aldeed...

Feature Request

### What version of `drizzle-orm` are you using? 0.28.6 ### What version of `drizzle-kit` are you using? 0.19.13 ### Describe the Bug I have a query using Query API that...

bug

**What package within Headless UI are you using?** `@headlessui/react` **What version of that package are you using?** `v2.1.8` **What browser are you using?** `Chrome Version 129.0.6668.58 (Official Build) (arm64)` **Reproduction...

React

### What version of React Router are you using? 6.13.0 ### Steps to Reproduce Use the `prefetch="render"` with the relative link like `to="../something"`. ### Expected Behavior I would expect the...

bug:unverified
feat:links-meta

I'm using v.setSchemaMessage to globally set internationalized error messages. In theory, I should be able to do something like this: ```tsx import * as v from 'valibot'; v.setSchemaMessage((args) => {...

enhancement