-
In some use cases it would handy to implement custom code before the managed workflows executes, see for example:
https://github.com/java-operator-sdk/java-operator-sdk/issues/1896
Currently the m…
-
Hi,
running "node ." I got the following error.
I am not a Java programmer.
Any hint on what might be the reason ?
$ node .
file:///home/palmer/Downloads/EXTRACT/jupgrid/src/jupgrid.js:13
…
-
We are using `TextField` with a `TextEditingController` for controlling newline cursor position and textfield selection updates.
While using this setup we are seeing our Flutter app causes a user'…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
### Describe the bug
According to the [openapi spec](https://spec.openapis.org/oas/v3.0.3) "pattern (This string SHOULD be a valid regular expression, according to the [Ecma-262 Edition 5.1 regular…
-
With this PR: https://github.com/operator-framework/java-operator-sdk/pull/2252
we can handle this quite elegantly without the resource discriminators, is there are use case (also for external reso…
-
This is a proposal to enable a syntax for exact types. A similar feature can be seen in Flow (https://flowtype.org/docs/objects.html#exact-object-types), but I would like to propose it as a feature us…
-
**Problem statement**
If you have a Method eg.
``` C#
public Task GetStringAsync()
{
return Task.FromResult("This is annoying");
}
```
you cannot view the ```Task``` as a ```Task```, …
-
@open-telemetry/docs-approvers As a follow up to #3761 I'd like to suggest a significant change to the "Automatic Instrumentation" pages as well:
Move all "Automatic" pages that provide "true"[^1]…
svrnm updated
4 months ago
-
Motivation - provide shared context for the program to reduce repetition of common using directives across all source files. For example, ```using System;```, etc. VB compiler supports that for many y…