Jean-Sébastien Ney

Results 26 issues of Jean-Sébastien Ney

Hi, doing the following code, i still get a "can't acquire lock" error ```go if err := m.Up(); err != nil && err != migrate.ErrNoChange && err != migrate.ErrLocked {...

just wondering if there is any postgis support planned ? or already working ? thanks

enhancement
postgis

**Versions Used** Kaffy: 0.9.0 and 0.8.1 Phoenix: 1.4.17 Elixir: 1.10.4 **What's actually happening?** using `embeds_many`: ```elixir schema "companies" do field :name, :string embeds_many :addresses, Myapp.Address, on_replace: :delete timestamps() end @doc...

bug

⬆️ and ⬇️ would be incredibly faster (for me) to navigate from file to file with a selection using return key

feature request

Any support to aws kinesis planned? Anyway nice project.

Hi. I'd like to install this fork https://github.com/openresty/lua-cjson, which is not hosted on luarocks.org. How can i declare such dependency?

feature request

Hi @mileusna, is there a way to detect if it's a webview or a browser? thank you

Hi. Probably a misunderstanding, but I thought that if I had multiple consumers, they will read distinct messages from queue. But it appears that are reading same messages. How could...

question

Hi. I'd like to define initial position in stream, but I don't see how to define such parameter in `kinsumer.NewConfig()` Thank you

Hello there, I'm now always getting the following error: ``` shard error (shardId-000000000005) in checkpointer.release: error releasing checkpoint: ConditionalCheckFailedException: The conditional request failed\n\tstatus code: 400, request id: RR9U1G5VFUCV6AHGT5DFJIPNJVVV4KQNSO5AEMVJF66Q9ASUAAJG ``` Any...