Chris Watson

Results 104 issues of Chris Watson

## Description - Plugin Name: BetterCodeblocks Add support for V language (.v files). Currently `.v` files are seen as verilog, which I doubt is used much on Discord as it...

enhancement

There's already a `create_table` helper which is awesome, but it would be nice to have a `drop_table` as well for down operations. I could probably submit a PR.

Currently code blocks just get left as is, it would be nice to have them parse properly. An example is this: ``` |[ enum { PROP_0, PROP_FOO, PROP_LAST }; ]|...

enhancement
help wanted

This is probably the fault of crystal-lib, but I'll drop it here first. In generating bindings for glib-2.0 libgen ended up referencing a type that doesn't exist in Crystal, `LibC::LongDouble`....

I know this is coming from crystal_lib, but I figured you might be able to help debug it since I don't know enough about crystal_lib to reproduce the error using...

Just checking if it's possible to use this without including a prefix. Sometimes you just want to import everything.

Only filing an issue because I have no idea what could be causing this. Everything else works fine when attempting to generate bindings for libopenssl, but it has trouble with...

Hi there! First of all, love your lib. Just started getting into Deno myself and it's nice to see a good crypto library already exists. I'm working on porting another...

enhancement

Right now regular multiline comments are continued just fine and when you hit return it will add the double forward slashes. Documentation comments, however, which use the tripple forward slashes...

enhancement

Getting `RangeError: Invalid time value` when the date that is being parsed is NULL