Philipp Katz
Philipp Katz
First: Many thanks for making this -- looks like this will save us quite some time! I'm encountering a problem with CSS `::before` and `::after` elements. Minimal example follows using...
We need to make use of the `--deploy-url` flag. In our case, the deploy URL differs from the `--base-href` flag. E.g. base href is `/app` (in fact, we change this...
I'm using a setup where line wrap is enabled using `rsta.setLineWrap(true)` and where I programmatically highlight lines in the editor. In the following example I highlighted lines `7`, `8`, and...
**Describe the bug** YAML property names get replaced if one of them contains an asterisk `*` when running the “merge YAML” example. Below, this is the case for `image/*`. Note...
I’m using Phoenix with Cliclick (thanks for the hint somewhere here in the tickets!) The challenge: When the handler is executed, the **modifier** keys might still be pressed (only the...
Hi @stalniy - I continue to enjoy using CASL - thank you for your work! After updating Mongoose in one of our projects I got compile errors here: ```typescript mySchema.plugin(accessibleRecordsPlugin);...
It would be good to have the `AccessibleFieldDocumentMethods` interface exported. This makes it easier to further add further document methods: ```typescript import { accessibleFieldsPlugin, accessibleRecordsPlugin, AccessibleFieldDocumentMethods, AccessibleModel } from '@casl/mongoose';...
Hi all, previous versions of Limax mapped German umlauts to the proper counterpart (e.g. `ü` will become `ue`). With the change in #44 and 4.0 unfortunately this breaks, and `ü`...
Deno
- [x] Is the patch for `progress` still needed? - have a look at https://deno.land/x/[email protected] instead - [x] Re-enable test coverage? - https://docs.deno.com/runtime/manual/basics/testing/coverage - [x] Update readme - [x] Double...