-
I just updated a 22.0.0 project to 23.2.3 and I'm now getting the error below. The rest of the project works well without the breadcrumb component.
```
[plugin:vite:import-analysis] Failed to reso…
-
In working on http://github.com/clojure-emacs/inf-clojure I see that we need to take different code-paths depending on which REPL we're interacting with.
example:
```emacs-lisp
(defcustom inf-cloj…
-
V14 has no obvious equivalent to V8's `Label` component. While this may not be an issue for frontend develoeprs, Java developers would be served better by a dedicated component rather than being force…
-
Hello,
First, thanks for working on lumo! You rock! 👍
I just ran `npm install lumo-cljs` on a raspberry pi before realizing that it isn't available on arm at the moment.
However, npm instal…
-
I have an example `script.cljc` with a following content:
```clj
(println "Loading script: OK!")
```
Running `load-file` in REPL works as expected:
```
Lumo 1.9.0
ClojureScript 1.10.439
Node…
-
The `` element, used for including main document-level styles, [is a Polymer Web Component](https://polymer-library.polymer-project.org/3.0/api/elements/custom-style) and so needs a replacement.
Ex…
-
This issue tracks the development progress of Video Spore Protocol.
- [x] Learn **Spore Protocol**, Spore contracts, spore-sdk and lumos
- [x] https://docs.spore.pro/
- [x] https://github.com…
-
https://github.com/nervosnetwork/ckb/compare/v0.117.0-rc1...v0.117.0-rc3
117 support include_tx_pool:bool to ChainRpc::get_live_cell
- https://github.com/nervosnetwork/ckb/commit/4cf…
-
### Describe your motivation
Lumo styling of `vaadin-button` [applies a vertical margin](https://github.com/vaadin/web-components/blob/master/packages/button/theme/lumo/vaadin-button-styles.js#L15) o…
-
## Motivation
As a JS developer, I'm actually more comfortable using functions such as `map`, `filter`, `reduce`, etc. to handle Iterable rather than `for...in` / `for...of`. And the `AsyncIterator…