Daniel Rolf

Results 37 issues of Daniel Rolf

We have an app that is rendered transparently on top of a native screen. This PR renders the device frame on top of the screen and applies an inverse clip...

high-priority

```Dart class Foo { Foo({required this.foo}); final int foo; } @freezed class Bar extends Foo with _$Bar { const factory Bar({ required int foo, }) = _Bar; // --- how...

enhancement

I just did a quick benchmark of zipson vs various serialisers + compressors. The results are (length in bytes, time in ms, 100 iterations to warmup and 100 iterations to...

Can you please elaborate a bit on the meaning of the `max_width` parameter of `render`. Why are you not using `client_rect.width`? What should we do with the return value of...

It would be nice if things like `background: url(xxx)` would be checked.

enhancement

I am trying to return a value from showModalBottomSheet if the sheet gets dismissed. How can I do that?

Provide RN as a generator with - JS code plus TypeScript and Flow typings - Binding of C++ code to JS through direct mapping (no async RN bridge)

I am trying to load a typescript config with jest-dynalite. ``` Something went wrong reading your jest-dynalite-config.ts: Unexpected token 'export' at readConfig (../../node_modules/.pnpm/[email protected]_c6ac6979dbeefcbbac9c0114ae514571/node_modules/jest-dynalite/dist/config.js:42:15) at async TestScheduler.scheduleTests (../../node_modules/.pnpm/@[email protected]/node_modules/@jest/core/build/TestScheduler.js:333:13) ``` Everything else...

bug

For service calls with streaming requests, the request parameter should be an observable.

We are using rollup to bundle a backend server (nodejs with koa). For development, we run rollup in watch mode with the run-plugin that initially starts and then restarts the...