-
Hi,
I'm currently testing my implementation of `TapasTokenizer` (in the Transformers library, each model has a corresponding tokenizer that can be used to prepare data for the model). When testing …
-
I propose an option to have different "mode" of drawing the notes, which is a bit like the card mode of gorilla-notes:
![image](https://user-images.githubusercontent.com/127361/101214945-2c7af680-3…
-
Hi,
I do have go and dcgm install on CentOS7. But when trying to build inside of gpu-monitoring-tools directory, I got the following logs and error:
cd pkg; go build
go: finding github.com/gori…
-
We are running MailHog in Kubernetes, using `mailhog/mailhog:v1.0.0` Docker image and have the storage engine configured for MongoDB. The same set-up is used for multiple different projects, but for a…
-
After launching gorilla 1.5.3.5 the following mesage is shown when entering a wrong password:
Can not open password database \"%s\": %s
The first %s is replaced with the database file name, but th…
-
Running the following command:
```
echo 'query DependencyReferences($repoPath: String!, $commitID: String!, $filePath: String!, $mode: String!, $line: Int!, $character: Int!) {
repository(uri: $re…
-
**Description:**
$subject.
-
If you are looking to build something simple, such as SimpleServer, but with just `net/http` and `gorilla/mux` you get the following stats:
```bash
~ ls -lh main
7.1M
```
```bash
~ go list …
-
Reading the package code I can't understand when an expired session is deleted in memory, executing these instructions deletes the client session but does nothing on the server.
```
session.Option…
-
I would like to handle method names which are not in a form "Service.Method", whch seems currently imposible.
One way to handle this would be to have **(*Server) RegisterFunc** method accepting fun…