-
Add some way to valudate and mutate the resources immediately when they are created, i.e. before the Kubernetes API (kubectl) call finishes.
```python
import kopf
@kopf.on.validate('zaland…
nolar updated
4 years ago
-
[Spine](https://gitlab.com/opensavvy/groundwork/spine) is an alpha-quality library for declaring Ktor endpoints in common code, with no code generation etc:
```kotlin
object Api : RootResource("v1…
-
This is a real world example. This code was written by a student at his first class day.
if (estaEnElRango()){
vuelaEstaDistancia=(energia/5)+10
}
else{
vuelaEstaDistancia=energia/…
-
Ok, this is an advanced, more complex topic. Let me see if I can find a way to explain it properly. Bare with me, you'll need some patience;) Let me assure you: it's worth it. You will see the light;)…
-
### Description of the bug
Hello,
I am trying to run GSEA but I get an error when trying to process the GMT file I obtained from MSigDB.
Previously, I have executed the pipeline without the G…
-
The `@RelationshipProperties` only supports
```java
@Id
@GeneratedValue
private Long id;
```
Can this be extended to also support the `UUID` type as it is for `@Node` annotated classes?
```…
-
`allprojects` is considered a bad practice in Gradle and it will break future features like project isolation.
Should be great if one of these options was available before the final release:
- A…
-
This is needed for VS Code extension.
When model file is opened in VS Code, server receive events on document changes (text) and that is a reason why I need to call `model_from_str`. Calling `model…
-
I have current_user defined inside the before hook, and then we try to read it from `rescue_from` method, we get `nil`.
```ruby
before do
token = nil
token = headers.fetch("A…
-
```
I started doing some testing with DMVCFramework and found it very good. Easy to
work with and a very acceptable performance.
I only have a few questions:
1 - What is the best way to work with u…