-
I mentioned this briefly in #460.
For more background on UCUM see
- https://ucum.org/
- https://en.wikipedia.org/wiki/Unified_Code_for_Units_of_Measure
This is not a straightforward one, b…
-
Following up on https://github.com/gordonbrander/subtext/issues/25#issuecomment-1020480396.
Slashlinks currently allow only ALPHA, DIGIT, `-`, `_` and `/` in their grammar.
If we take hashtags a…
-
I was trying to get the app to work offline on my phone without much luck; I fired up chrome remote debugging and sure enough there is an error on the js console
![image](https://cloud.githubuserco…
n1ywb updated
7 years ago
-
### Property Resource Bundles
Standard Java localisation is based on property resource bundles by way of properties files with roughly this scheme:
- Base/default strings file, e.g.
`message…
-
Hi, thanks for the code.
You answered that we can modify the PatchShuffle class to create custom masks. However, the patch shuffle class takes the output of a Conv2d layer, making it hard to know pr…
-
See https://bugzilla.mozilla.org/show_bug.cgi?id=436033 which suggests Chrome always uses utf-8 and Firefox sometimes uses utf-8.
-
starting lp file:
```
symbol T : TYPE;
symbol lam : (T → T) → T;
symbol app : T → (T → T);
rule app (lam $f) $x ↪ $f $x; // β
```
xml file obtained after `lambdapi export -o xtc` (using branc…
-
1.目前普通用法配置规则resBody://{reponse1}, 由于post请求的url都是一致的,每次mock不同数据需要临时重新修改。
不知道是否能定义规则,根据不同的reqBody,返回不同的resBody。一次性配置好,不需要临时再修改
2.尝试过whistle.script://test
```
exports.handleRequestRules = (ctx)…
-
_Originally opened by @thomas-wk in https://github.com/cuelang/cue/issues/1047_
**Is your feature request related to a problem? Please describe.**
Emitting protobin/prototxt from cue data that match…
-
Hi Dan!
In reaction to your great effort about File encoding, I like to point you to the following information about Microsofts decision about Textfile encoding. (fi you do not allready seem it):
…