Bart Louwers
Bart Louwers
On Firefox I am getting a little bit of vertical scroll. See below: 
When trying to compile the provided example: ``` [bart@samadhi zmqtest]$ g++ --std=c++17 main.cc main.cc: In function ‘int main()’: main.cc:9:19: error: ‘buffer’ is not a member of ‘zmq’ sock.send(zmq::buffer(m), zmq::send_flags::dontwait); ^~~~~~...
- what edition are you using - community / **enterprise** - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - Relevant code or config ```javascript ``` What you did: ``` npm create vite react-data-grid-vite...
Would be cool if support for `dokku nginx:set` could be added. Right now I am doing this, which seems to work well: ```yaml - name: check client-max-body-size command: dokku nginx:report...
The dispatcher panel is not very tall (just three lines are visible for me). It seems that the height is not adjustable. Would be great if it was. Even just...
The Django ORM supports the `named` keyword argument to [values_list](https://docs.djangoproject.com/en/3.0/ref/models/querysets/#django.db.models.query.QuerySet.values_list). This transforms the resulting list to a named tuple for convenience. It would be nice if django-cassandra-engine also supported this...
https://github.com/runem/ts-simple-type
I am a complete newcomer to GTK & GJS development. I write TypeScript professionally and I prefer using TypeScript using plain JavaScript. I see that multiple GTK apps are written...
When I select a todo item, and press the delete key, the item is not deleted.