celer

Results 10 issues of celer

Hi, So the function hasFiles in options.js uses 'instanceof' to determine if something is a file, but because of the way instanceof works, outside packages can never actually create a...

Hi, I was curious if you have any intent on supporting bloom filters: https://github.com/apache/parquet-format/blob/master/BloomFilter.md thanks!

Hi, Thank you for writing ESP8266Audio and ESP8266SAM, I was hoping to get these libraries working with ESPHome this weekend but it's a bit beyond me. It seems like the...

Modifying the streaming encoder to write to stdout causes a panic: ```go panic: runtime error: index out of range [-1] goroutine 28 [running]: github.com/francoispqt/gojay.(*Encoder).getPreviousRune(...) /home/vagrant/go/src/github.com/francoispqt/gojay/encode.go:201 github.com/francoispqt/gojay.(*Encoder).Object(0xc0000af080, 0x4ec100, 0xc00009a930) /home/vagrant/go/src/github.com/francoispqt/gojay/encode_object.go:114 +0x61c...

Hi, I've been struggling a lot trying to figure out how to make a 2D drawing GUI component - my goal is to create a 2D drawing component to link...

Hi, I am looking to import an existing STL (from a 3D scan) and I wanted to see if this was possible, I didn't see the code in your library...

Spec says pInheritanceInfo takes a single value, but it's specified as an array in vulkan-go https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkCommandBufferBeginInfo.html

bug

``` shell bash-3.2$ uname -a Darwin coyote 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 bash-3.2$ node -v v0.8.9 ``` My .jfrc ``` javascript {...

Hi, I'd really love it if I had the ability to have multiple views. Essentially my process is to set the background image to something I'm trying to model and...

enhancement

Importing the HeartGears2-3.stl file from here: https://www.thingiverse.com/thing:243278/files using this code, has lots of artifacts, and holes in the outputed stl file. ```go package main import ( "github.com/hschendel/stl" "github.com/soypat/sdf/helpers/sdfexp" "github.com/soypat/sdf/render" )...

bug