Hugo Parente Lima

Results 56 issues of Hugo Parente Lima

Hi, I'm having some issues with gobject unref's generating some GTK warnings, the reduced code can be found bellow. It just create a instance of `Foo` and let the GC...

I thought about create this issue at `malloc_pthread_shim` shard, but as it's a fix for this one, I created here, please correct me if this isn't the right place. To...

bug
help wanted

``` $ ./bin/typokiller run -p /home/hugo/src/tijolo/ Path: "/home/hugo/src/tijolo/" --- Running... ** (File.Error) could not read file stats "/home/hugo/src/tijolo/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib/malloc_pthread_shim/lib": too many levels of symbolic links (elixir 1.10.1) lib/file.ex:403: File.stat!/2 (typo_killer 0.1.0)...

I tried to do a Archlinux package for it, but noticed that there's no releases yet, i.e. no version numbers etc. A initial 0.1.0 release would easy packagers life.

Hi, I need to start transaction for more than one redis server and write the same set of keys for all them in this transaction. With current `multi` this isn't...

The following code crashes the compiler: ```Crystal lib LibFoo struct Struct payload : Void* end end io = IO::Memory.new("hey") a = LibFoo::Struct.new a.payload = pointerof(io) ``` ``` Module validation failed:...

kind:bug
topic:compiler:codegen

The serialization macro code doesn't use the `::` code when expanding the type, so the code above fails to compile: ```Crystal require "yaml" module Foo class Foo end class Serialized...

kind:bug
topic:stdlib:serialization

~This still a draft.~ All public methods with no arguments from a Drop is exported. I implemented a small stack machine to be able to process the expressions given to...

Using `Gtk::TextBuffer#selection_content` returns a `Gdk::ContentProvider` object, this object can return its contents wrapped in a GValue, however the called must initialize the GValue to the right type before calling `Gdk::ContentProvider#value`,...

bug

For the declaration: `signal whatever(view : View?)` The generated class_init function is wrong. `View | ::Nil.g_type` must be `View.g_type` ``` def self._class_init(klass : Pointer(LibGObject::TypeClass), user_data : Pointer(Void)) : Nil LibGObject.g_signal_new("view_changed",...

bug
blocked