nelhop

Results 12 issues of nelhop

### I would like to have this new functionality Is there a chance pseudo-selectors :before and :after will be supported in future? Or do I still have to work around...

feature/enhancement
help wanted
HTML/CSS support

When a proxy is used (i.e. with axios) the auth-module also restricts access to the proxy routes, which makes a api call impossible. Is there a way do disable the...

I am displaying a epub with embedded fonts. They get correctly defined in the CSS and are available under the given URL, but fails do decode. `blob:http://localhost:3000/20cc7aa3-45ab-4f77-b273-1c770fb8de94`: ```css @font-face {...

After Updating to the latest Craft version (Craft Pro 3.6.11.1) GraphQL (1.3.6) is broken: ``` 2021-03-29 20:22:03 [-][1][-][error][TypeError] TypeError: Argument 1 passed to GraphQL\Executor\ExecutionResult::toArray() must be of the type int,...

Is there a way to upload an image directly from the Browser, without loading it to a public server before? Already working: ```graphql mutation uploadImage ( $image: [FotoAssetInput] ) {...

How can I filter the entire `datesList` for a specific `id` in `dates_category_group`? ![bildschirmfoto 2019-03-07 um 13 04 14](https://user-images.githubusercontent.com/1862955/53956112-03f64f00-40db-11e9-81a2-64ebe3fec89a.png)

How is it possible to only get `level: 2` entries of `edges`? ![query](https://user-images.githubusercontent.com/1862955/53794645-b0480200-3f30-11e9-88be-65a2add19943.png) **Background:** I have a two level deep hierarchy of contacts. The `contactConnection` fires both levels, while I...

After Updating better-rest to its latest version (1.2.8) Kirby (3.5.3.1) throws an ErrorException on startup: ``` Whoops\Exception\ErrorException thrown with message "include(.../site/plugins/better-rest/vendor/composer/../../tests/kirby/src/Cms/Plugin.php): failed to open stream: No such file or directory"...

Since it's a common Workflow is to add citations in Footnotes this came really unexpected: "References cannot be in footnotes, ignoring key xxxxxxx (type default)." Is there any possibility to...

### Description A list of timestamps is separated by `|` as delimiter in a csv file: ``` ...;1600207200 | 1600812000 | 1601416800;... ``` This entry is mapped to the corresponding...

bug