Maciej Ziarkowski

Results 23 issues of Maciej Ziarkowski

When a query parameter is an Array, but the query contains just one element (for example `/path?words=foo` as opposed to `/path?words=foo&words=bar`) then at run-time the parameter passed to the controller...

### Target Use Case The ability to pass multiple prop objects to a layer enables useful patterns where various aspects of the layer are defined by different pieces of code....

feature

### Target Use Case Two things that Mapbox GL does better than Deck.GL is styling complex vector base maps, and rendering text/symbol layers. There's simply more options to customise the...

doc

**Describe the bug** I recently installed CloudCompare v2.11.0 from Flathub. I did some processing on a point cloud from a .ply file, and wanted to save the result. However, when...

not_yet_confirmed
Linux-flatpak

### Environment 1. `node -v`: [v12.14.0] 1. `npm -v`: [6.13.4] 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ``` [my app]@1.0.0 └─┬ [email protected] └── [email protected] ```...

When adding an empty simple features dataframe to a map and specifying a formula-based label, methods like `addPolygons` error, because safeLabel fails on empty inputs with ``` Error in sum(sapply(label,...

v2.1 release

When using one of the hooks like `useBox` or `useTrimesh`, one can set `rotation` inside the object returned from `argsFn`, but a `quaternion` property is ignored (the body's rotation will...

enhancement
good first issue

We are using the standard JSend response format for an API. A standard JSON response can have fields like `status`, `data`, `message` and `code` depending on the result. The response...

### Environment - Node Version: 16.17.0 - Eslint-Watch Version: 8.0.0 - Eslint Version: 8.31.0 ### Basic Description of the problem It would be useful to output a log message when...

### What happened? I've tried using the example of external HTML content handler (`/apps/examples/src/examples/ExternalContentSourcesExample.tsx`) through the [code sandbox](https://stackblitz.com/github/tldraw/tldraw/tree/examples?file=src%2Findex.tsx) but it seems to be broken - I've tried both dropping an...

bug
stale