-
this will prevent you from doing something like
``` crystal
class Foo
def foobar
2
end
end
class Bar < Foo
def foobaz # whoops a typo
3
end
end
Bar.new.foobar #=> 2 - Whaat?
```
-
### System Info
```Shell
- `Accelerate` version: 0.33.0
- Platform: Linux-5.15.133+-x86_64-with-glibc2.35
- `accelerate` bash location: /opt/conda/bin/accelerate
- Python version: 3.10.14
- Numpy…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
There's an assertion in https://github.com/munificent/ui-as-code/blob/master/in-progress/parameter-freedom.md that the "child" and "children" named arguments should become unnamed because they don't a…
Hixie updated
8 months ago
-
![screenshot](https://cloud.githubusercontent.com/assets/1860002/14202537/1b81ddc0-f82b-11e5-8d67-503e1e4e0374.png)
Please understand that, I am not yet ready to disclose more information.
:sunglasses…
-
I looked into the ACPI tables and found that INT33D3 implementation is just a stub which does not really make any queries to hardware.
INT33D3 relies on VGBS ACPI method that in this device just retu…
-
Leaf, and now Spearow, always promised OpenCL but has yet to deliver. I think that's a shame!
There are plenty of great folks working on ML experiments for Rust which feature OpenCL or frameworks t…
ghost updated
6 years ago
-
It would great to have a specific set of recommendations to Cloudstate users for how to test their functions, especially when it comes to testing with the Proxy itself.
I assume unit testing would …
-
**Is your feature request related to a problem? Please describe!**
I think it might be useful to implement some kind of standardization for WT. I described my idea below.
**Describe the solution y…
-
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