Damian Pound

Results 30 comments of Damian Pound

The way I dealt with this in jqGrid was to not have dynamic heights, just set a static height that works for most of your data. To deal with overflow...

It would probably be too demanding, but I wonder if something in browser could be accomplished like [WordPress is doing](https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server). Supposedly miri would be easier to compile to wasm that...

@badoken Is it possible to make `&[u8]` work for the FromData trait as well? You can implement `FromFormField::from_value` by calling `field.value.as_bytes()`, which can be helpful if a content-type isn't supplied...

If I simply run `steam` all is well; but if I run `env DRI_PRIME=1 steam`; `steamwebhelper`s spawn and die, systemd-coredump runs for a bit, and this repeats until I close...

@ndavd, thanks for the workaround. For others who want to try it, do this: `env DRI_PRIME=1 steam -vgui`. I am not sure why, but the "friends network" doesn't work when...

@winchjr Have you tried running Steam without primusrun, then use in each game's launch option `primusrun %command%` (syntax may be incorrect, never used primusrun)? Would be nice if you could...

@winchjr What was happening before is that Steam, and everything it spawned, ran through primusrun, now you're only running the individual games through primusrun. For those working around this bug...

I remember this being a problem when using Steam on Wine. If you try to make Steam4Linux too small on KDE, it will snap to a minimum resolution as soon...

I've spent a couple days trying to figure this out* and settled on `ln -s ./pkg/{package_name}.d.ts Cargo.toml.d.ts`. Slightly better than copying since it only has to be done once and...

I've found a partial* workaround for this: `ln -s pkg/{package_name}.d.ts Cargo.toml.d.ts`. The next time you run parcel, the typing file in pkg will be created and the symbolic link will...