-
Currently the SHACL validation shapes require Observations to have mandatory fields, which may in future be better handled by ssn-extension ObservationCollection objects containing common metadata.
…
-
```
Hello,
I've added this in my environment.rb :
class CalendarDateSelect
def self.parse_date(string)
Date.strptime(string, self.format[:date])
end
def self.parse_datetime(string)
f …
-
I'm opening this issue as more of a question about which option would be best to go forward with. I see two options for improving the syntax for chaining together operations that are not methods on cl…
-
Feature request for nested LEX's requests like `gun.get('position').get({'.': {'>': '25', '': '10', '
-
In order to support some more niche use-cases I am coming across I was wondering if it is worth creating an `AsyncIterator-ext` package (see example below).
IMO the best way to go about this would…
jeswr updated
2 years ago
-
I am trying to wrap vulkan's asynchronous gpu calls (i.e. acquiring swapchain images, submitting rendering work, presenting images to the screen) into unifex stuff. As it turns out, I've bitten a lot …
Mrkol updated
2 years ago
-
Using the middleware functionality available in the host, we should provide a crate that contains an OpenTracing middleware implementation. This should perform, at a minimum, the following:
* Initi…
-
-
With the official AWS SDK, I can switch accounts/roles by defining profiles in `~/.aws/config`. All these profiles may inherit from the same "credential" profile, specified through `source_profile`.
…
ghost updated
4 months ago
-
Objective: Predict delays as accurately as possible.
Difference to #1 is that you ignore the interpretability of the algorithm and just aim for accuracy.
This could be helpful in planning your…