Benjamin Kirkbride

Results 60 issues of Benjamin Kirkbride

A few of us at PyCon this year got together and brainstormed a new Web Stack that we are calling PyHAT (Python, htmx, ASGI, TailwindCSS). The first thing we set...

enhancement

If I had to guess the problem here has to do with the CSS of mermaid not being changed by default? ![image](https://github.com/benweet/stackedit/assets/3373830/d533d3df-b2dd-4661-b7e6-c8c175354ff7)

### Description I just installed Litestar from the repo for dev purposes following the instructions found [here](https://github.com/benjamin-kirkbride/litestar/blob/1311-enhancement-generic-controllers/CONTRIBUTING.rst). I ran the tests with `make test` and got the following: ``` FAILED...

Bug :bug:
tests-issue

Basically make it more clear how to do things like #137

I may be ignorant or missing something. Here are some examples: ```python """Split audio at silences to keep under the size limit. It's important to split near the middle of...

question
C: stakeholder

FYI, there is an active fork that works with Python 3.11 https://github.com/python-lsp/python-lsp-server

Is there any way to send an MMS?

What do we think about doing something like this? Could be a separate plugin ![image](https://github.com/Akuli/porcupine/assets/3373830/563b608d-d8f3-406b-be9f-fe3bd79581fb)

TIL that it tk uses native file dialogs on not-linux... Yes, agree completely with everything @rdbende said. My thoughts is it should work like this: 1. if windows or mac...

linux

Related to https://github.com/Akuli/porcupine/issues/1305 and https://github.com/Akuli/porcupine/issues/1342 I think `` should be an Action consumer, so when it is pressed it checks the registered actions (such as an indenting action, based on...

docs