Philip Waritschlager

Results 80 issues of Philip Waritschlager

Hello, thanks for this tool, it works great! But not when bundled: ```js import { createCanvas, loadImage } from "https://raw.githubusercontent.com/DjDeveloperr/deno-canvas/master/mod.ts" let canvas = createCanvas(200, 200) let ctx = canvas.getContext("2d") let...

After a clean clone, `shards run gi-doc` shows ``` Dependencies are satisfied Building: gi-doc Error target gi-doc failed to compile: Showing last frame. Use --error-trace for full trace. In /usr/lib/crystal/compiler/crystal/program.cr:23:9...

help wanted

Hi! Is there any reason the the bindings need to be generated at every build time? It seems to take around three seconds for *every build*. Crystalline, the best and...

enhancement
help wanted

Hello, https://github.com/TamasSzekeres/x11-cr/blob/2f83a3301e836efc7ebd437b8eccc33c59d0d3fd/src/x11/c/X.cr#L7 Could this be avoided? It pollutes the global type system when you `include X11`. Otherwise, thanks for these bindings, they work great.

### Input Code For example, if you want to output usable JSDoc to integrate with TypeScript: ```coffee ###* # @param a {string} ### method1 = (a) -> ###* # @param...

bug

As commented [here](https://github.com/jashkenas/coffeescript/issues/5366), block comments are often not where you'd expect them. Please read the specific issue for details. However, it refers to the official CoffeeScript compiler output. In CoffeeSense,...

Since #95 got closed 6 years ago and there seems to be no incentive to reopen this, here's an almost 1:1 copy of that issue, but instead of reporting the...

**Describe the feature that you'd like** When you scroll down, the branch names disappear, and there is **no way** to see it, other than to scroll up to the top...

feature request

http://dmtcp.sourceforge.net/dmtcp-mug-17.pdf and also http://dmtcp.sourceforge.net/ speak of the OpenGL DMTCP plugin. The entire publication can be found here https://arxiv.org/abs/1312.6650 and it says > A production-quality version of this software will be...

```html ``` with `sub-app` template being ```html ``` According to Chrome inspection, this results in: (omitted unimportant styles) ```html ``` ![wronglayout](https://i.imgur.com/JeYP51T.png) However, the applied `max-width:30%;` is wrong, this should be...

bug
blocked
related: angular-core
P3