Laurynas
Laurynas
I use findObject to get some meta data (like spawn points, etc) from tilemap. As far as I can tell it return regular JS object, not GameObject. Not really sure...
From documentation I expected that these two functions act the same. Only expected difference was `callRenderer` sending to specific window and `sendToRenderers` sending to `BrowserWindow.getAllWindows()`. After digging deeper I found...
### Describe the feature Currently, the pages module has a very limited configuration option. It can be enabled/disabled and we can change the dir name. I would like to improve...
**Describe the bug** I want to filter out "schedule" actions for some documents. Based on the docs, the intended way is to use `action` property however it is not available...
I have an array field that is automatically generated and can contain hundreds of items. It would be nice to make this field collapsible. Currently, it is possible to do...
**Is your feature request related to a problem? Please describe.** Having too many block types in the portable text editor can result in a specific type being hard to find....
## Orb version: 6.1.0 ## What happened: I am getting an error in certain Docker images (e.g. [Cypress](https://hub.docker.com/r/cypress/browsers) or [Playwright](https://hub.docker.com/r/microsoft/playwright)). It works fine with `cimg/node`. This is caused by [this...
**Describe the bug** Uploading images using drag and drop does not work when the asset browser is opened from a document. It works fine when the media browser is opened...
## Description I found that all fragment types were generated with `_` suffix in the imports even with `omitOperationSuffix: false`. However, in the generated usage of the type, this suffix...
## Bug description In `posthog-js` `before_send` is called for all events including `$identify` and `$groupidentify`. Meanwhile, in `posthog-node`, it is only called for `capture*` functions. ## How to reproduce 1....