zroug

Results 16 issues of zroug

When using tab containers it would be very useful to limit rules to specific containers. Example: > Keep cookies for github.com but only in tab container 'Work'.

An option to hide the tabs shown for window stacks would be useful. When using a task bar, they are a bit redundant and therefore take up space unnecessarily.

Consider this snippet: ```rust let t = Utc::now(); let a = t.naive_utc(); let b = t.naive_local(); ``` `a` and `b` are always equal, while one would expect `a` to be...

`PPOAgent` does not use regularization losses that are defined in the `value_net` and `actor_net`. It should add them to the other losses.

type:bug
level:p1

Output of `rest-server --version` --------------------------------- rest-server 0.10.0 compiled with go1.15.2 on linux/amd64 What should rest-server do differently? --------------------------------------- It should still check whether username and path match, when flags `--no-auth`...

It would be nice if there was an option to not check lines that didn't change according to version control. Additionally there could be an option to add words that...

enhancement

Android 11 ignores the `allowBackup` manifest attribute for device to device transfers (https://developer.android.com/about/versions/11/behavior-changes-11#device-to-device-file-transfer). That means the local backup transport supports it in principle and the apps must support it in...

help wanted
research

`ui.systemUsesDarkTheme` controls the CSS `prefers-color-scheme` media feature. It would make sense to match it to the time based theme.

enhancement

`onDestroy` is not called for every `onCreate` / `onInit`, resulting in the associated resources not being reclaimed. This happens when a component is instantiated multiple times and may be related...

bug

Is there a way to get partial updates working when using classes instead of plain objects? Consider the following example: ```javascript import React from 'react'; import { useHookstate } from...

enhancement
hookstate-5