-
## Environment
```sh
>> ~/Code/radare2/binr/rabin2/rabin2 -v
rabin2 5.6.6 0 @ linux-x86-64 git.5.6.6
commit: unknown build: 2022-03-24__21:51:21
>> uname -ms
Linux x86_64
```
## Descript…
-
# Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fundamen…
-
真的是见鬼啊,ExtraAttrRegister里面注册的换肤拓展统统报错。包括demo中提供的ViewBackgroundStyleParser和TextViewTextColorStyleParser,parseXmlStyle方法中TypedArray a = context.obtainStyledAttributes(attrs, textViewStyleable, 0, 0);这一句…
-
The rules_pkg version: 0.9.1
```bzl
pkg_tar(
name = "data",
srcs = ["icon.png"],
package_dir = "/",
strip_prefix = "/mypackage/package",
)
pkg_deb(
name = "my_target",
…
-
**Describe the bug**
I am getting this error when trying to opening a file with Nvim:
![immagine](https://user-images.githubusercontent.com/2643448/112153163-4d8f3500-8be3-11eb-8c2a-b40389b1cb09.p…
-
Currently the JSON parser supports only basic conversion rules such as parsing a number to `int64`. In general users will want more capable conversions like parsing a base64 string into binary or pars…
-
## Report
Rinf is building for `i686-linux-android` when running `flutter run` when ignoring in on gradle, and emulator being x86_64.
```bash
> flutter run --debug
Launching lib/main.dart on s…
-
We currently rely on `btoa` and `atob`, because that works in browsers and worked in versions of Node we tested against, but that's not as universal as we had hoped.
We should instead, provide some…
-
Hey Eric
We talked on Twitter about creating a new parser for both formats of Scheduled Tasks (job binary format, and the newer xml format).
There's an implementation of this written in Python cal…
-
### Describe the bug
If component has inline functions in property (like `prop={ () => console.log('ok') }` it will be replaced with `() => {}` function.
I did't expect that. Is there is any setti…