Slava

Results 12 issues of Slava

Hi, Vicky! Sveta and I talked with you at OSS in San Diego =) We're building an event aggregator with the most accurate information about Tech events. A lot of...

I added `--source` argument to refresh command that allows user to choose between different sources. `conrad refresh --source=tulula` imports 770 new events from tulu.la. fix #28

Hi! We're building tulu.la. A service that helps new speakers. One part of tulu.la is an event/conference aggregator. Events about python https://tulu.la/events/?about=Python&view=calendar CFP list https://tulu.la/call-for-papers/?from=2019-10-28 We use graphql and don't...

enhancement

- [ ] map[string]string - [ ] map[string]int Something similar to kingpin`s stringMap implementation https://github.com/alecthomas/kingpin/blob/bf17db2c43f59ff3d97a39d1feacef18d75eaf95/values.go#L135 --map=key1:val1 --map=key2:val2

`--when "tomorrow at 8 a.m"` https://github.com/olebedev/when

reform has different methods to make IN statements now 1. FindAllFrom(view View, column string, args ...interface{}) 2. SelectRows(view View, tail string, args ...interface{}) The first one handles just one IN...

triage

Hi, thank you for the great project. I noticed that client sessions, including read-only sessions, affect dimensions of host terminal. (https://github.com/owenthereal/upterm/blob/master/host/internal/server.go#L253) In my case it shouldn't be like that but...