Tomas Sedovic

Results 20 issues of Tomas Sedovic

Hi! The comparison table says that Tauri is FLOSS while Electron is not: https://github.com/tauri-apps/tauri#comparison-between-tauri-1-and-electron-5 There's no further explanation and this is really confusing to me. Electron is licensed under the...

Recent changes in the master made the networking patches sent by @marios[1](http://tracker.deltacloud.org/set/396) incompatible. This is a rebase of those patches against the master plus a few fixes so that listing...

This fixes issue #48. It was surprisingly straightforward. A few things of note: 0. The aim was to have a single codebase that's compatible with both major versions. 1. It...

The `ldap_ca` parameter is a path to the certificate on the master node, which gets passed directly to `master-config.yaml`. Problem is, there's no way for people to get the file...

Originally reported by [u/PollenX](https://www.reddit.com/user/PollenX/) on Reddit: https://www.reddit.com/r/rust_gamedev/comments/e9v0x0/tcod_fullscreen_toggle_not_working/ Calling `set_fullscreen(true)` after the root console has been initialised does not have any effect. This seems to have something to do with the...

While the documented dependencies work on Ubuntu 20.04, the Fedora (32) dependencies look a bit different: ```shell # dnf install SDL2-devel gcc g++ make zlib-devel ``` We should add this...

Things like setting fullscreen/windowed mode or whether path.walk should recalculate or not should use aptly-named enums instead of an opaque boolean that you have to dig into docs to figure...

enhancement

Document everything from getting the libtcod library, building tcod-rs, writing an app, building the binary (that links agaings libtcod and tcod-rs) and setting up rpath (so it can be distributed...

documentation

When serving the webassembly game, the compiled `*.wasm` file must be served with the right content-type. Github pages do this automatically, but not every other hosting / server does. Find...

Do a `git diff -w` of this fork: https://github.com/Kinrany/quicksilver-roguelike/commit/fd9900666cb9dd35c0ef14171748011ef49e7cb1 It's got some issues that @Kinrany fixed: https://www.reddit.com/r/roguelikedev/comments/aowxzj/writing_a_roguelike_in_rust_for_the_desktop_and/egnuevv/