A platform for building proxies to bypass network restrictions.
-
Updated
Jul 13, 2020 - Go
Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
A platform for building proxies to bypass network restrictions.
A curated list of awesome Go frameworks, libraries and software
I tried to create via REST a Bot without setting the username and I get an "Invalid email" error
Steps:
POST http://localhost:8065/api/v4/bots
{"display_name":"Alfred","description":"CMS Automation"}
And response is:
`{"id":"model.user.is_valid.email.app_error","message":"Invalid email","detailed_error":"","request_id":"4by66j8tcjfpmjn65sjjbrwn1y","status_code":4
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
The fantastic ORM library for Golang, aims to be developer friendly (v2 is under public testing...)
Points to cover
Subprotocols(r *http.Request) []string function is helpful here.Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.
In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.
Can I publish my project under the BSD-2-Clause license?
Thanks.
I am working to develop a library for the R programming langua
rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?
It's not clear to me how auth/casbin is meant to be used. I had a look at the test cases but it looks like that's just using hard-coded values. Are we meant to wrap this with our own middleware that injects the subject & object and populates the context with the model & policy or is this just meant to serve as an example implementation?
Would be good to have a readme to add a little more cont
HelloKoding's Practical Coding Courses, Tutorials and Examples Series
What is a common approach when building API Server from swagger spec file (usually swagger.yml).
Command swagger generate server... generates a bunch of .go files. Where those generated .go files should be placed.
Is a good approach to put them to /pkg/api/ ?
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
Move all Dockerfile samples to non-root user
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
When I added a torrent and in between downloading I removed it. It was still showing in Downloads section and I think so that, It was still downloading in the background(not sure).
Also to start seeding in herokuapp. I just changed the port to 50008. it got saved but not sure if its working.
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
Add labels appropriate to the issue
bug
Describe the expected behaviour and the actual behaviour
.....
ervice/rabbitmq created
deployment.extensions/session-db created
service/session-db created
deployment.extensions/shipping created
service/shipping created
deployment.extensions/user-db created
service/user-db created
deployment.extensions/user created
service/user created
Er
Is your feature request related to a problem? Please describe.
Add ability to use with micro grpc service standalone grpc tools like web ui or grpc curl
Describe the solution you'd like
https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection
Additional context
simple change, needs to investigate drawbacks
Go 1.14 uses a new system to preempt goroutines non-cooperatively by sending a SIGURG signal to its own threads. This necessitates increased rigour in signal routing. We should verify that this doesn't expose latent bugs in the freebsd native backend before Go 1.14/Delve 1.4.0 is released.
cc @rayrapetyan
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e.
mix phoenix.createvs.mix phx.create.Also it's missing some steps. For one this they never do
mix ecto.createwithout which the postgres database is not initialized so the app doesn't wo