-
I am a government employee. I write software. Everything I write is PUBLIC DOMAIN. I tried many many times to use a license (any license) and was told by the Army lawyers that by law it is PUBLIC DOMA…
-
Python 3.6 allows this:
```
@attr.s
class A:
a: int = attr.ib()
```
The annotation is available as `A.__annotations__['a']`. So, I suggest that on 3.6, we add an attribute to `attr.Attribu…
-
Consul agent won't start on our machines (that by default only have a public ip assigned, they are firewalled) since it won't bind to non-private ip's by default.
A commandline option to override the…
cetex updated
6 years ago
-
Dave - can you advise what you need to take this forward? We can contact Graham French at JNCC but would be helpful to have guidance on requirements.
-
### New Feature or Enhacement
I am building a feature to select tables in the sales module. When a sale is started, the employee can select a table where the order has come from. No new sale can be a…
-
Hi ,
I am very new to this framework so do not have much insights into this. I have configured and hosted my Bot application on local IIS with https protocol on port (443). It works fine via remote…
-
Not sure if it's my expectations or the extension. Two installations showing identical behavior. Can't tell that Editor Guidelines is installed, except that it shows up as Installed and Enabled in t…
-
Original [issue 247](https://code.google.com/p/google-authenticator/issues/detail?id=247) created by luke@goh.me on 2013-02-03T20:24:55.000Z:
I have the authenticator app loaded on both iOS and Black…
-
I was reading the "New language features in C# 6" page, specifically the null-coalescing operator.
(Aside: I wanted to check if method arguments with side effects are called or not in `x?.Do(SideEf…
jods4 updated
7 years ago
-
`FromServicesAttribute` used to be applicable on properties and parameters. The former allowed services to be bound on controller and model properties. However there was a lot of confusion as to where…