-
- Global/main.c options (mostly) blindly accept what you feed them: we don't really check whether they are flags or if required value is present.
- Leftovers global directives are not checked, you can…
-
In a fully synced squid it has no records. Please fix.
-
Suppose I have an entity like this:
```csharp
public class Todo
{
public string Id { get; set; }
public string Title { get; set; }
public bool IsDone { get; set; }
}
```
If th…
-
Given following static site resource:
```shell
GET /api-version=2021-02-01
```
Response:
```json
{
"id": "REDACTED",
"name": "example",
"type": "Microsoft.Web/staticSites",
…
-
As ffigen has developed we've gradually added more and more complexity to the `addDependencies` and `toBindingString` methods of the bindings classes. We should add a transformation step to the pipeli…
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md)
### I've found a bug and checked that ...
- [X…
-
Hello,
First of all, congratulations for this awesome project! I'm using Terraform for my dotfiles repo and this provider allows me to nicely interact with local system resources like apt,homebrew …
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
-
Hi!
Nice script.
Do you know where I have to add this code?
`$beefree = new BeeFree([client_id], [client_secret]);`
`$result = $beefree -> getCredentials();`
I can't figure out where.
Thanks