-
They each have a README & a start script.
Root folder also has those & refers to / starts both modules.
```sh
cd api && npm start # would start API...
cd ui && npm start # would start ui (just a…
-
When I run the following code:
```kotlin
import kweb.Kweb
import kweb.h1
import kweb.state.KVal
import kweb.state.KVar
fun main() {
val show = KVar("a")
val other: KVal =
show…
-
I needed to support mobile/tablet/desktop web screen sizes with different designs in my app.
And I can't do this using this library, as I can set only one design size rigt now.
So I have created m…
-
How can we enable big layouts rendering in jupyter notebooks?
we could use the klayout python API and use some thing like folium
- https://python-visualization.github.io/folium/quickstart.html#G…
-
Hi,
It seems like an interesting project, but I'm a bit concerned about the license.
I'm not a license expert, but if I do a web-project with kweb, then part of the "combined work" is distributed to…
-
```kotlin
button { button ->
button.id = "generate-keypair"
button.text("Generate new keypair")
}
```
Causes exception:
```
java.lang.NullPointerException
at kweb…
-
**Describe the bug**
Binder and Colab runs for docs is broken.
**To Reproduce**
Clicking on the Binder/Colab button. It happens because all the documetnation is py files and there are no ipynb fi…
-
How can we improve functionality for ipywidgets and ipyevents?
See code in `gdsfactory/widgets`
At the moment only zoom works
TODO:
- [ ] build move, so you can click and drag, similar to …
-
Occurs after Kweb server is restarted - probably not a significant production impact but annoying during debugging.
```
[qtp932285561-46] ERROR Application - Websocket handler failed
java.lang.Cl…
-
Hello, author, I would like to consult you. I have compiled klayout in ubuntu, and now I want to transfer a gds file through http network request. I want to show through klayout where I need to find t…