-
### Description
Code example:
```py
from nicegui import ui, app
class Ui:
def __init__(self, callback):
self.callback = callback
app.on_connect(self.callback)
…
dr-yd updated
4 months ago
-
One of the major blockers for stabilizing Trio is that we need to stabilize our ABCs for channels/streams/pipes/whatever-they're-called. We've been iterating for a while, and I feel like we're pretty …
-
BPO | [22239](https://bugs.python.org/issue22239)
--- | :---
Nosy | @jcea, @njsmith, @jab, @pmp-p, @vadmium, @1st1, @crusaderky, @douglas-raillard-arm, @davidbrochart, @kumaraditya303
Files | [nested.…
-
This is a (sketch/draft/initial) proposal for an approach to meta-programming/macros which puts very few restrictions on the code you can use to write macros (no circularity, basically) and focuses on…
lrhn updated
4 months ago
-
Some previous comments suggested making LPT devices into network printer clients. This isn't a good idea.
The simulated OSs that know how to print to network printers can do so via the network. T…
-
I would love to see the support for ligatures (an example of their use might be found in https://github.com/tonsky/FiraCode). Please note that i have almost no idea how do they work under the hood, an…
fuine updated
3 years ago
-
I'd like to point out that I haven't been involved in the web assembly effort,
and I'm not maintaining any large or widely used compilers (just my own
toy-ish language, minor contributions to the QBE …
-
- VSCode Version: 1.18.1
- OS Version: Windows 10 FU
### Explain:
There are certain extensions that play well together, and it would be useful to be able to set a config file to enable and dis…
-
I've tried everything but I can't get it.
I have build two Radios and I have programmed a mode in which it can be selected whether a device should be master or slave. All slaves connect to the same …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…