-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
Crash report:
```
Process: Atom [4609]
Path: /Applications/Atom.app/Contents/MacOS/Atom
Identifier: com.github.atom
Version: 0.157.0 (0.157.0)
…
maxxk updated
5 years ago
-
I find it to be beyond my immediate capabilities to figure out how to communicate with the HX1K via USB. I can follow the instructions on https://wiki.debian.org/FPGA/Lattice, can modify that code, al…
-
This issue aims to ensure the SCA policies available for Wazuh v3.10.0 are correct according to the following issues:
_Core:_ https://github.com/wazuh/wazuh/issues/3249
_Ruleset:_ https://github.c…
-
I'm trying to run `Inkscape.0.92.2.v6` installed in default location on macOS 10.13.5. After opening an internal error window is displayed.
Please find below the startup log:
```
2018-07-15 15:…
-
Operating System Version:
**OS X - 10.10**
Popcorn Time Version:
**Version 0.3.10 (0.3.10)**
1. Open popcorn time.
2. Close the laptop lid (sleep) without quitting the app.
3. Login back aft…
Ajeey updated
6 years ago
-
```make
CC demangler.c
CC rtti_itanium.c
CC microsoft_demangle.c
gmake[3]: *** No rule to make target '/home/jimmy/workspace/git/radare2/libr/..//libr/asm/arch/xtensa/gnu/../../include/dis-asm.h',…
-
- Yubico Authenticator version: 4.3.4
- Operating system and version: macOS 10.12.6
- YubiKey model and version: YubiKey Neo
- Bug description summary: When selecting "Scan QR code" from the applic…
-
Following on from the work by @jkriege2 [here](https://github.com/KiCad/kicad-library/issues/1398#issuecomment-313969813)
| Library Name | Description | Previous Name | Notes |
| -----------------…
-
添加这一句 `A51 `
‘.A51’文件是Keil创建51单片机项目时会自动添加的汇编语言的文件,希望添加支持;
汇编的关键词时大小写不敏感的,希望能够同时支持大写写的汇编语句