[go-nuts] static compile binary with newlib instead of glibc

2017-03-17 Thread Vasiliy Tolstov
Does it possible to compile using newlib (https://sourceware.org/newlib/) for static binary? Does someone try to do that ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe

Re: [go-nuts] Looking for a SQLite statement parser

2017-01-31 Thread Vasiliy Tolstov
cznic/ql have own lexer for SQL and it syntax very similar. 31 Янв 2017 г. 16:33 пользователь написал: > Hello, > > I am the creator of rqlite (https://github.com/rqlite/rqlite), a > distributed relational database built on SQLite. > > I'm looking for a lexer and parser for SQL -- specifically S

[go-nuts] Re: groupcache usage

2017-01-30 Thread Vasiliy Tolstov
About cache purge/delete i found answer, that i can add to cache key TTL via timestamp or something like this. What about disk cache? 2017-01-30 16:15 GMT+03:00 Vasiliy Tolstov : > Hi! I have two servers that acts like frontend to openstack swift backends. > So in go i want to write fronte

[go-nuts] groupcache usage

2017-01-30 Thread Vasiliy Tolstov
, but also i need disk cache. Does it possible to add disk caching to groupcache? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emai

Re: [go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-17 Thread Vasiliy Tolstov
Thanks for link.does this library good for my use-case? Also does it possible to have server without static assets? 17 Янв 2017 г. 18:55 пользователь "Brandon Philips" написал: Hey Simon- Any reason you aren't using Dex? https://github.com/coreos/dex Brandon On Wed, Jan 11, 2017, 12:08 PM Si

[go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-10 Thread Vasiliy Tolstov
Also note that i want to connect to such server from angular2 app via angular2-oauth2 package providing username and password and get after auth on backend client token (to use with http auth bearer) 2017-01-10 22:30 GMT+03:00 Vasiliy Tolstov : > Hi! I need oauth2 server package for go. I fo

[go-nuts] best working and maintaned golang oauth2 server package

2017-01-10 Thread Vasiliy Tolstov
Hi! I need oauth2 server package for go. I found some of them on godoc.org https://godoc.org/github.com/RangelReale/osin and https://godoc.org/github.com/go-oauth2/oauth2 Does anybody already tried this packages and have some experience? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- You

Re: [go-nuts] ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread Vasiliy Tolstov
ry useful, but does it possible to specify multiple url for the same object? For example i have two servers with identical content and want to serve it via fs. If one server is down all works from other.. Also suitable for load balancing... -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru --

[go-nuts] get scancode of character

2016-11-24 Thread Vasiliy Tolstov
) this is very helpful, or maybe somebody knows how to convert? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [go-nuts] Reject Unknown clients

2016-08-09 Thread Vasiliy Tolstov
lf or else we will start using iptables. Why not create own listener that before accept check client ip? -- Vasiliy Tolstov, e-mail: v.tols...@yoctocloud.net -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this gro

<    1   2