-
It would be nice to finally add interactive widgets without having to use the full blown kweb
I have managed to get it done in kfactory and I assume gdsfactory probably also wants that ;)
https:…
-
**Problem**
I just updated to v2.11.0 and modules that previously had no headers (as expected) are now displaying headers with the word 'undefined'.
**Expected behavior**
The module configurati…
-
Ref: https://docs.kweb.io/api/kweb-core/kweb.https/-s-s-l-config/index.html
-
from ib_insync import *
#util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 7497, clientId=123)
def getMktData(symbol):
contract = Stock(symbol, 'SMART', 'USD')
bars = ib.reqHis…
-
I want to know the spec of the restarting process.
Kweb handles the state on the server side, as a result, I want to know what's happing in the server restarting process for deployment on the product…
-
**Is your feature request related to a problem? Please describe.**
I'd like to encapsulate most of the gdsfactory functionality (incl. plugins) in a docker container. Despite kweb providing some visu…
-
Unit tests have started failing after a version update: https://github.com/kwebio/kweb-core/actions/runs/4492834043
I don't see anything in the commit that explains the failure, seems like an issue…
-
Hey guys,
when visiting /gds/wg I end up with a json document saying `404 not found`. Any idea why that could be? I checked and the `gds` and template files seem to be in the right place and should b…
-
I’d like to suggest the following addition to the list of German sites:
```javascript
{ 'name': 'Burning Series',
'icon': 'data:image/x-icon;base64,AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQ…
-
If not in Kweb.debug mode, use a JavaScript minimizer like [YUI Compressor](https://yui.github.io/yuicompressor/) to compress kweb_bootstrap.js, probably somewhere [here](https://github.com/kwebio/kwe…