-
1. Which reason to use 'pgkinfo' module?
2. Why are used old version of CoffeeScript?
3. Why are used old old version of Underscore?
-
Now in TUI in real-time function are implemented parts of code which are able to work with various devices which can be connected to plant.
I implemented also other devices which can be inside plant…
-
### Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- […
-
VS 17.12 P3
This update is completely unusable.
- Components/attributes/events are not recognized
- Partial syntax highlighting
- No completion for any of them
![Image](https://github.com/user-a…
-
```c#
var count = 0;
while (true)
{
Console.WriteLine($"{count++} - Hello, World!");
await Task.Delay(TimeSpan.FromSeconds(1));
}
```
Results in the following output.
```console
…
-
**Describe the bug**
Out of old habit, I'm usually _"rolling my own"_ instead of downloading binaries. The latest `gitui-v0.25` does not build with `cargo-1.70.0` for me, although this version should…
-
When trying to create an external location with a service principal, which is set _indirectly_ as owner of the external location through a group membership (i.e. the group is the owner and the servi…
-
Hi,
I'm wondering if it's possible to disable debug logging in the runner.
I'm running the jar with maven in a build task but don't see a way to disable logging.
Kind regards,
Tom
-
**Is your feature request related to a problem? Please describe.**
The kafka library used by argo-events supports SASL_SCRAM authentication over an SSL connection. See for instance https://github.c…
-
Hi,
I am using the latest version of streamlit-authenticator (0.3.3) with the latest version of streamlit (1.37.0)
I am using the new multipage routing mechanism that streamlit recently released…