-
```js
function createXPathFromElement(elm) {
var allNodes = document.getElementsByTagName('*');
for (var segs = []; elm && elm.nodeType == 1; elm = elm.parentNode) {
if (elm.hasAttribute('…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
A recent release has introduced a bug where unrelated text areas are changed by typing.
I use the…
-
**PLEASE DO CHIME IN WITH YOUR THOUGHTS**
My personal idea for this module is:
To have a raku module that does this set of things around HTMX (see [htmx.org](htmx.org)):
- write web pages in …
-
When you have a package that has a version constraint that can not be resolved (it is higher than the existing version), the package install just succeeds.
I've used the following `elm-package.json…
-
What I did:
- in a project with elm-http 1.0.0
-
Hello,
I've been having some big performance issues with elm mode in large files. I have noticed it be particularly bad in one file in specific that is 11737 lines long. The weird thing is that it do…
-
The following elm code:
```elm
module Main exposing (toWrite)
largeInt: Int
largeInt=
1000000000000000000000
```
is is changed by elm-format as such:
```diff
--- a/Main.elm
+++…
-
This was noticed while testing CMS190V11 in bonnie. CQL:
```
define "No Mechanical VTE Prophylaxis Due to Medical Reason on Day of or Day After Procedure":
from
"Encounter with ICU Locati…
-
Elm-test contains a non-exported `Util.elm`. My own code that depends on and uses elm-test also has a `Util.elm`. The first compilation when running elm-test works fine, but the second time, it tries …
-
I'm quite new to elm. I was wondering if I could use elm-css with lamdera. Has anyone tried it?
hiovi updated
3 years ago