-
# Stable Getters
Promotion of fields is probably the most prominent request we have in response to the release of null safety. One approach to improve support for promotion could be to ensure that …
-
**Project:** Given a command line tool with a number of parameters and a target metric to be optimized, I want a tool that will run the program and find the values for those parameters that maximizes …
-
Migrating in from https://www.w3.org/2011/webschema/track/issues/13
There are various pages about real estate out there, and we periodically get questions about how schema.org might be applied. How t…
-
The Pi Pico has 2 physical cores, but only one core is usable in CircuitPython. Micropython has limited multicore functionality when used with the pico, allowing the user to start a separate task whil…
-
Unfortunately this discussion [started in Error handling thread](https://github.com/keean/zenscript/issues/40#issuecomment-390693316).
And the discussion derived from [a post I made](https://github…
-
May I know why [this training code](https://colab.research.google.com/drive/1v5wY22CkyvKPz21tdwSMPv0T3fsIro0D?usp=sharing#scrollTo=6qJRPd9-sEdK) still gives CUDA-out-of-memory issue even after DeepSpe…
-
For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is:
```
// See https://aka.ms/new-console-template for more information
C…
-
Hello,
I've got a Git repo (https://github.com/seekrcentral/seekr2.git) that I'd like to add duecredit to, so that I and my users can cite our project and all our dependences.
First, I installed…
-
Hi, I'm currently using HF wrapper to evaluate strings with MAUVE: https://huggingface.co/spaces/evaluate-metric/mauve
I'm getting the following an error when passing empty strings (e.g. `""`). Is …
-
Hi,
I'm looking to serialize a model containing Nodatime types into a jsonb data field.
Right now this serializes a whole bunch of individual fields from the nodatime type.
I see a couple of day…