Randy von der Weide

Results 38 issues of Randy von der Weide

The following minimal code example stopped behaving properly since 4.3.0.18. ``` #overlay { position:fixed; width:*; height:100%; background-color: #000000a0; vertical-align: middle; } #box { width: 485dip; height: 200dip; margin: auto auto;...

As it stands `window-frame="extended"` has the issue on Wayland where the window cannot be resized. The window can also not be moved by setting `role="window-caption"` on a element. A few...

When using `cursor: pointer` I get the cursor for grabbing instead.

## Feature/Site Request **What is the feature?** Write how to run the server in the wiki by setting up a Dockerfile so that developers can work on adding sites without...

enhancement

Another potential way to improve code, albeit at the expense of adding another dependency https://github.com/sciter-sdk/rust-sciter/compare/master...Alovchin91:feature/bitflags

enhancement
help wanted

Just saw a branch in the networking tree where windows x86 is being supported: https://github.com/sciter-sdk/rust-sciter/compare/master...armersong:master Might be worth checking out and potentially including in your code.

question

Implement something like this: http://www.kryogenix.org/code/browser/sorttable/ Because the Pokemons are re-added every update it becomes slightly more difficult to implement.

enhancement

* Refactored the library to have one model per file, to improve maintainabillity. * Refactor the library to use less static variables (mainly ServiceAccount) * Made the unmaintained dependency `dotenv`...

Currently tokio-ping can't be compiled for windows since it makes use of ``` use std::os::unix::io::{AsRawFd, RawFd}; ``` Windows-specific behavior should be implemented.

Since both Linux and Windows now use something akin of domains, it makes me believe it should be somewhat possible to implement a function that brings the window to the...