AJ Alt
AJ Alt
This haml ``` - if True - else ``` Produces the following correct output: ``` {% if True %} {% else %} {% endif %} ``` However, adding a HamlPy...
``` Attribute application@label value=(@string/launcher_name) from AndroidManifest.xml:20:9 is also present at com.github.glomadrian:MaterialAnimatedSwitch:1.1:13:9 value=(@string/app_name) ``` This library declares an `application` element in its `AndroidManifest`. This element shouldn't be included in a library...
Mordant 2.0 is a complete rewrite that adds support for markdown rendering, animations, and renderable components like lists and tables. Specifying colors and styles can now be done through static...
As mentioned in https://github.com/klazuka/intellij-elm/pull/716#pullrequestreview-487338467, it would be nice to only show the Elm tool window if Elm is configured in the project. The Maven and Gradle plugins have this behavior,...
**Describe the bug** When using `ATOMIC_REQUESTS`, django has a decorator, [`@non_atomic_requests`][1], to opt-out on a specific view. This is necessary e.g. when you want to mix sync and async views,...
I have a Keep A Changelog formatted CHANGELOG.md file; running this action with all default settings fails with ``` Error: Reduce of empty array with no initial value ``` Here...
Following on #172, let's collect more renaming ideas - `ElmTypes` -> `ElmElementTypes` - Come up with a scheme to differentiate type PSI elements from value PSI elements. - rename `ElmImportClause`...
Hi, thanks for making this great library! I'm trying to use this library on the `wam32-wasip1` target to run on a standalone Wasm runtime like Wasmtime. I can compile against...
The current `wasi_config_preopen_dir` function does not expose the `dir_perms` and `file_perms` parameters that were added to `preopened_dir`. This commit adds them and updates the docs for those functions to reflect...
Thanks for your work on this project! Would you consider adding building a new wasm-wasi artifact that's compiled with emscripten's [standalone][1] mode? I'm trying to use pdfium in a wasm...