-
consider this simple "CRUD" wrapper around the EF repository ...
```cs
public class BucketStore
{
readonly IDbContextFactory contextFactory;
public BucketStore(IDbCo…
-
Value conversions were introduced by #242. Currently conversions are only set per-property, although bulk configuration can be used at the end of OnModelCreating in the normal way. This issue is about…
-
### Your question
# The problem
When I make multiple simultaneous requests to my Ktor server, and the resulting transactional database queries are run, I see the error `org.postgresql.util.PSQLExc…
-
### Describe the bug, including details regarding any error messages, version, and platform.
CentOS 7
devtoolset-8
snappy 1.1.10
arrow-12.0.1.1
R package arrow installtion options:
```
Sys.se…
-
https://golang.org/dl/ mentions:
> Apple OS X
> OS X 10.8 or later, Intel 64-bit processor
https://golang.org/doc/install says:
> Official binary distributions are available for ...
> Mac OS X (10.…
-
Once we are certain that the new ingest code is building correct obs and stations from netcdf files, correct models form grib files, correct CTC's from those, we might consider backfilling all the cou…
-
I have package control installed by git on my loose packages folder, up to date with the master branch. But today I noticed on my console that Sublime Text is throwing this error when attempting to lo…
-
Hello @simolus3
While following your docs on how to write tests for migrations I encountered following error while trying to generate test code with `--data-classes` and `--companions` for my data…
-
This is a proposal for adding first class support in Pkg and the code loading system for conditional dependencies.
## What is a conditional dependency
Desribing a conditional dependency is easie…
-
Hello,
I tried using the sample code here with MySQL but get this error:
```
java.lang.NoSuchMethodError: 'io.vertx.core.net.NetClient io.vertx.core.impl.VertxInternal.createNetClient(io.vertx.…