-
Field Relative Drive (Optional).
-
It appears that for a bit of yaml like this
```yaml
requirements
run:
- python ${{ python_min }}
```
with `python_min=3.10`, rattler produces a different spec than conda-build.
For rattler-b…
-
Our current support for `@Order` is using an absolute number with a default value of "lowest precedence" (i.e. `Integer.MAX_VALUE`). We also have `@PriorityOrdered` to override such ordering in certai…
-
As far as I can tell, there is not really any discussion of questions (yes/no or wh-) in the UDv2 guidelines. Should a section on questions be added? I have received inquiries about, e.g., what should…
-
[sql_1](https://github.com/leonidig/sql_1/tree/main)/[routes](https://github.com/leonidig/sql_1/tree/main/routes)
/__init__.py
Якщо імпортуєте модулі з поточного пакету(коли в середині цього пакет…
-
### Discussed in https://github.com/opentrack/opentrack/discussions/1805
Originally posted by **Keebler750** February 11, 2024
[[POST number 2 in [DISCUSSION][(url)](https://github.com/opentra…
-
While testing out the new relative path for `$ref` change you made for me, we ran into an issue. Given this annotation:
```
+# @schema
+# type: object
+# patternProperties:
+# "^.*":
+# …
-
### Description
After #2579 was fixed, relative constants are now predicted, but they are only predicted in their absolute form not in their relative form.
```ruby
module Foo
Bar = 1
end
class Ba…
-
The idea is to have an option to support https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03 which tools like [Redocly support](https://redocly.com/docs/resources/ref-guide#definition-i…
-
When using `LocationMock` with web applications, they expect to be able to use relative URLs in the location methods, but currently, this errors out. Would a `LocationMock` constructor option flag to …