-
### Env
FreeBSD 10.2 (OPNsense)
```
re0: port 0xe000-0xe0ff mem 0x81300000-0x81300fff,0xa0100000-0xa0103fff irq 17 at device 0.0 on pci2
re0: Using 1 MSI-X message
re0: turning off MSI enable bit.
…
-
dimulski
High
# LV token holders receive proportional fees, when they shouldn't
### Summary
The Corc protocol claims that the LV token holders should accrue fees that the protocol generates, from …
-
System Config:
1. HA Proxy as Load Balancer
2. uwsgi + flask
3. uwsgi config:
max-requests: 1000
worker-mercy-reload: 60
We are using an automated flow that keeps sending requests to the uws…
-
```
Until we get a GUI up, perhaps we should think about enabling users to save and
load configurations to a text file including:
- Depth Threshold setting
- Motor Rotation setting
- MAX_USERS setti…
-
why the nghttp2_session_enforce_flow_control_limits will return the min of remote window_size, remote max_frame_size and the requested_window_size? I found that remote window_size will decrease to 0,…
ghost updated
7 years ago
-
But when the input is outside the range [quant_min,quant_max], shouldn't the gradient be 0.0 instead of 1.0?
The following code snippet sets both quant_min and quant_max to 0 and defines the input te…
-
Hi, I am trying to understand your code line by line but I did not work with lua torch so I am facing some difficulties to execute it. I am creating my model in tensor flow and seeking some pre-proces…
-
## Environment and version
```
[root@hg02-test openvswitch]# rpm -qi openvswitch
Name : openvswitch
Version : 2.12.4
Release : 7.uel20
Architecture: x86_64
Install Date: Wed 15 M…
-
The following function won't compile on dxc:
```hlsl
#define MAX_TEXTURES 128
Texture2D _allTextures[MAX_TEXTURES];
SamplerState linearSampler;
SamplerState anisoSampler;
enum TexturePrimiti…
-
e.g. the following should be valid, but breaks
```
def func(parent, timestep, scenario_index):
return 42
node.max_flow = func
```
https://github.com/pywr/pywr/blob/7c4b94772f8e1c66a9cde80b0052ca…