Gabriel Nelle
Gabriel Nelle
Here another watcher implementation. Did not see there is already another PR: #31
I understand that G307 is a valid concern on writable files. But what about files that are opened ReadOnly? E.g. `os.Open` opens files in readonly mode. Using `Write` on it...
- [ ] Defect - [x] Feature Request or Change Proposal ## Feature Requests Note: for all details (including Code) see my [StackOverflow question](https://stackoverflow.com/questions/57464569/unable-to-start-nats-server-in-go-routine-while-testing). #### Use Case: When testing I...
Sorry to bring up another issue with this headline... I already checked the other two issues and do not have the impression that they match my case. Here my error...
As a user of the fyne framework who wants to use some widgets or features from `fyne-x` I will have to deal with package naming conflicts a lot. Both `fyne`...
On task 3 of `Lasagna Master`, the `AddSecretIngredient` this is what should be done: ``` Write a function AddSecretIngredient that accepts two arrays of ingredients of type []string as parameters....
This issue describes how to implement the `panic-recover` concept exercise for the Go track. ## Getting started The docs can be found here - [What are Concept Exercises?](https://exercism.org/docs/building/product/concept-exercises) - [Concept...
I just ran across a solution to `listops` that does pass the tests but that I would see as very problematic in the real world. Using the `Append` function as...
@rcrowley: I have written a new metrics reporter for influxDB. It uses the same data-layout as the one from @vrischmann but solves a problem I had with vrischmann's data reporter:...
[This bug](https://github.com/golang/mock/issues/653) is still around: --- Actual behaviour When I have EXPECT set for two calls to the same method with different parameters - the order of EXPECT definitions enforces...