james gilles

Results 100 issues of james gilles

I've been noticing it might reduce boilerplate to have something where you could create a "middleware" for each web framework, that would automatically set some properties of templates rendered beneath...

Chrome, Snow leopard: Register values in "debug" section don't update while running code in the editor. They do update after code has been submitted.

Chrome, Snow Leopard: The space and shift keys fail to work while code is running

In this [discussion of using thrust with pycuda](http://pycuda.2962900.n2.nabble.com/PyCUDA-Compiling-thrust-code-in-pyCUDA-td7571922.html) a few years ago, it was stated that using multiple modules while creating both a Boost::Python module and cuda code was necessary...

I'd like to send a message to coveralls with `"service_name": "circleCI", "repo_token": ..., "parallel": true` in the JSON, but that's [currently not possible](https://github.com/SimonKagstrom/kcov/blob/936b0bbf4e0a146355a2057629d6a305c08319ef/src/writers/coveralls-writer.cc#L153-L158). I can work around this issue for...

```rust impl FluentValue { pub fn into_number(v: S) -> Result { f64::from_str(&v.to_string()).map(|_| FluentValue::Number(v.to_string())) } // ... } ``` https://github.com/projectfluent/fluent-rs/blob/master/fluent-bundle/src/types.rs#L32 `f64` has limited precision which may not accurately represent an input...

enhancement
help wanted
design-decision
fluent-bundle

Currently, C# plugins are processed with [DllExporter](https://github.com/rainmeter/rainmeter/blob/eeeef4a7f2695280ba3506e98a71d163e613b1da/Build/DllExporter/Program.cs) in order to export symbols to native code. There's a [NuGet package](https://www.nuget.org/packages/UnmanagedExports) that does exactly the same thing, in a slightly less janky...

The CI build [is failing](https://travis-ci.org/Tiramisu-Compiler/tiramisu/builds/548327337#L4815). It seems to have something to do with halide's ABI not matching LLVM's, not sure how to fix that.

It would be convenient if the README had: - A list of the libraries that could be compiled for a particular target (e.g. collections, libc, ...) - A link to...

I'm curious how RLSL handles vulkan extensions. For example, I'm interested in doing some GPGPU stuff with RLSL, which means I'd probably want to use e.g. [vulkan subgroups](https://www.khronos.org/blog/vulkan-subgroup-tutorial) for efficient...