Tomasz Marek Sulima

Results 32 comments of Tomasz Marek Sulima

Firstly I would like to ask how we plan to organize code in future for new features? #77 and #127 are good examples here … On one side we don't...

> @crertel I'm a bit against truncating/keeping stuff out of Scenic. It's kind of annoying and discouraging to be told repeatedly "that would be a great Scenic addon!"...and the ecosystem...

> @Eiji7 Do you have a twitter name or something I can use to get a hold of you directly? I'd love do a chat on a call... send me...

@quantumproducer Please run `iex` shell and check if this works: ```elixir DateTime.from_unix(1221222574, :second) ``` you should receive: ```elixir {:ok, #DateTime} ``` If it would not work then you made something...

@crertel Sorry as I'm not really good in this stuff … Can't we simply have `3x2` matrices in `scenic` core and just support to pass any other matrices? That way...

> @boydm Am planning this for v0.11. Supporting newline is one thing (definitely yes), but I'd like feedback on the rest. Is select/replace important? Copy/paste? double-tap word to select it?...

Probably related: https://github.com/boydm/scenic_driver_glfw/issues/10 - looks like there are some wrong calls on `glfw` for both `Wayland` and `X11` on `Linux`.

@boydm Can you please let me know where resize is handled? I'm not sure where I should search it in code … Maybe I could debug it …

@boydm Yes, I tested and it works now. Many thanks!

Since `logger` is not mentioned here I would like to ask if such error: > Failure while translating Erlang's logger event is known? Just want to give it a try...