-
@stephan-herrmann
Prior to 3.37 ECJ doing the following with null analysis would NOT yield a dead code:
```java
void someMethod(@NonNull s) {
if (Objects.isNull(s)) {
// usually throw …
-
uid means something in Sirepo (users id). So, can be confusing when reading raydata code for uid to mean something else (the uid of the scan). I think renaming to scan_uid globally will fix this.
-
I'm working on a script that reverses RSS feeds https://github.com/steinarb/feedreverser
I'm trying to reverse a wordpress feed so that I can use feediverse to post the feed entries in cronological…
-
I really like the concept of the "[skill recipe](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb)" in AutoGen, but I think it can be taken much further. One of the key…
-
### Introduce the problem
When building the docs with there are a lot of warnings. See e.g. [here](https://github.com/lvgl/lvgl/actions/runs/9811162294/job/27092842848).
Some of them are Doxygen r…
-
We propose to add a new package `iter` that defines helpful types for iterating over sequences. We expect these types will be used by other APIs to signal that they return iterable functions.
This …
-
**Submitting author:** @josh146 (Joshua Izaac)
**Repository:** https://github.com/PennyLaneAI/catalyst
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v0.7.0
**Editor:** @d…
-
There's a constant flood of `Chef::Util::FileEdit` question in stack overflow:
- https://stackoverflow.com/questions/49399280/how-to-preserve-indentation-using-chefutilfileedit-functions
- https…
-
Or better question: why aren't we thinking of ways to allow any tag name inside some form of encapsulation of a component? Today we have Vue setting the example. It was React yesterday.
---
I kn…
-
## Summary of the new feature/enhancement
I currently have this block of assignments within my script:
```
$a = Get-Foo | ConvertTo-Json
$b = Get-Bar
$c = Get-BarFoo
$d = Get-FooBar
$e = Get-…
agowa updated
5 months ago