190n

Results 16 issues of 190n

This is a continuation of atom/atom#7251. Could you replace the featured packages/themes list with lists of the top 10 most downloaded non-core packages and themes?

enhancement
atom.io

When I try to run a game on the GPU, I get the following output: ``` $ ./run_gpu breakout -framework alewrap -game_path /home/ben/Downloads/DeepMind-Atari-Deep-Q-Learner-master/roms/ -name DQN3_0_1_breakout_FULL_Y -env breakout -env_params useRGB=true -agent...

With the following app: ```rs use notan::{draw::*, prelude::*}; #[notan_main] fn main() -> Result { notan::init() .add_config(DrawConfig) .add_config(notan::app::WindowConfig::new().size(400, 400)) .draw(draw) .build() } fn draw(app: &mut App, gfx: &mut Graphics) { println!("{}...

bug
blocked
stale

Right now no license is specified, so this is essentially proprietary software. Could you add a license file to the repository here? All contributors (@master-of-zen, @redzic, and @Snoop05) would need...

### What does this PR do? Make calling `unref` on a `Socket` from `node:dgram` work even if the socket has not been set up yet. Fixes #12561. - [ ]...

### What does this PR do? - [ ] **Get these tests running in CI** - [ ] `js-native-api` tests - [ ] `node-api` tests Tests in js-native-api - [...

### What does this PR do? Currently, napi_wrap only works on instances of Node-API classes. This PR will make it work on any JavaScript object. Fixes #15383, which is occurring...

### What does this PR do? WebKit has `WTF::RunLoop` and `WTF::RunLoop::Timer`. The latter is created in order to run GC at certain intervals. Since Bun's event loop is really in...

### Zig Version 0.14.0 ### Steps to Reproduce and Observed Output Try compiling a simple program with the aarch64 backend. The compiler crashes: ```zig const std = @import("std"); pub fn...

arch-aarch64
arch-arm
arch-sparc
error message

The register function takes a Buffer of the font data, but it makes the registered font reference the memory owned by the Buffer instead of making a copy of the...

bug