-
Hamlet uses the oq-engine to parse the source model based on the ssmLT.xml and return a list of ruptures. For a while, this worked when there wasn't a defined job.ini file, but Hamlet would construct …
-
### Bug report
**Issue details**
RC_OVERRIDE_TIME parameter according to definition says.. "Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC o…
-
Apologies for the basic question, but I'm attempting to recreate the starting example from the docs. However, when I run this block:
> raw_llm_output = guard(
> openai.completions.create,
…
-
I've encountered the following issue with some models:
The model just keeps answering, providing question in the training format and answering them. This just keeps on going or it stops after one o…
-
Sorry, I didn't find the plugin's development documentation and don't know where it would be more appropriate to request a new plugin. I had to file an issue here.
Here's the thing. Many selfish cl…
-
Go 1.21.4 fixed a problem in filepath.Clean regarding `\??\` paths. However, it also removed the ending slash for volumes in `\\?\` paths. Is this expected? The docs still state
> The returned path…
calmh updated
11 months ago
-
## 📝 Provide a description of the new feature
If GoFish would create text files of all parts of an existing application and recreate those that have changed since last search, all GoFish would have…
-
### Steps to reproduce
```
class Foo < ActiveRecord::Base
(has "price" field)
end
Foo.create(price: 5)
Foo.create(price: 12)
Foo.create(price: 5)
total = Foo.distinct.sum(:price)
```
…
-
### Description
TL; DR jump to Reproduce Steps / Expected behavior
In the attempt to upgrade de deploy scenario to enable some services open IPv6 socket for some itchy IoT context, we are trying t…
-
This was identified as an item needing correction/revision with guidance on when someone should create a personal fork of OSCAL versus a feature branch directly in OSCAL.
The file ./versioning-and-…