Akuli

Results 213 issues of Akuli

This was previously Y0092, and it was removed because it had problems: #88

type-feature

```python3 def foo(callback): callback() ``` There's a few ways to type this function: ```python3 def foo(callback: Callable[[], None]) -> None: ... def foo(callback: Callable[[], Any]) -> None: ... def foo(callback:...

type-feature

Relay can only do SPDT. For now I am drawing two relays, even though I will actually use a relay where the same coil pulls two switches.

I can make SPDT, 2PDT or 4PDT, but not 3PDT.

I have written some tkinter stuff to [Akuli/tkinter-tutorial](https://github.com/Akuli/tkinter-tutorial). Occasionally someone stars it, but I haven't done anything to it in a couple years. For detailed documentation (as in https://github.com/rdbende/tkinter-docs/blob/main/docs/tk/tk.html ),...

https://github.com/python/typeshed/blob/6d20ea636ca7b66cec62f490ec9e42b63886c811/stdlib/tkinter/filedialog.pyi#L81-L90 The defaults are set to `...`, because the code is dynamic (as is usual with tkinter), and the default values couldn't be filled in automatically when we introduced default...

topic: tkinter

![nsist-bug](https://user-images.githubusercontent.com/18505570/136563992-348c679c-4f29-4a59-8fcd-56c5e486d7f8.png) The whole string should be highlighted with the same color.

help wanted
good first issue
A-lexing

> Was thinking of maybe adding a symbols table to this this, something that looks like: >![(06-22-2024) 14:26:55](https://github.com/Akuli/porcupine/assets/123642110/3a053fa0-a494-4edb-a936-dd4c94efa877) > Let me know what you think, i've already got a class...

plugin idea

![screenshot-1726230167](https://github.com/user-attachments/assets/669fa65a-667e-4ada-a2f6-1d0c99ce4881) Both comments should be gray

![screenshot-1725372648](https://github.com/user-attachments/assets/4d9066f6-bf22-41d1-862e-3e6bed5a2463) The `else` keyword is not syntax highlighted.