Bennett Meares
Bennett Meares
Perhaps this will fix the issues with rendering double-width chars (#4813)? Linking for reference
Leaving a comment in case anyone else is running Ubuntu 20.10. Two things: (1) add a value to the `TARGET` variable in the `ns-3-generator.pro` file and (2) install qt4-default. Edit...
One of my PCs running Fedora 41 (ASUS ROG G701 with proprietary Nvidia drivers) was able to run the latest 5.x AppImage without issue, but my other laptop also running...
I ran into this issue and stumbled across this thread. I'm experimenting with the unrelated-but-useful `sqlalchemy` dialect wrapper [`duckdb_engine`](https://github.com/Mause/duckdb_engine), and some of my tables use integer primary key columns. Under...
@Mause Thanks for hopping in, and thanks for putting together `duckdb_engine`. I was looking at your documentation and the [`sqlalchemy` docs for creating sequences](https://docs.sqlalchemy.org/en/14/core/defaults.html#associating-a-sequence-as-the-server-side-default). From what I can tell, I...
@Mytherin Thanks for explanation! I've learned a lot in the last few hours. Would this be a good issue to tackle for for me as a first-time contributor? I'm reading...