-
Similar to how this is done by attrs and/or pydantic.
-
Hey,
I'm having trouble installing the package out of atom. It says
```
Unable to download https://www.atom.io/api/packages/atom-development-server/versions/0.3.4/tarball: 400 Bad Request Reposit…
-
As discussed on the RubyGems documentation:
> RubyGems has had the ability to [cryptographically sign gems](http://docs.seattlerb.org/rubygems/Gem/Security.html) since version 0.8.11. This signing …
-
(with `dart-2.1.0`)
Creating a analysis server plugin I used a relative path dependency in the bootstrap package. When I tried to use the plugin nothing worked (no analysis error, no error that the p…
-
```gradle
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
id "org.jetbrains.kotlin.jvm" version "1.9.21"
id 'org.jetbrains.kotlin.plugin.serialization' version '…
-
### Bug description
We've recently upgraded our Statamic sites (after way to long) and now it clashes with out CSP headers. It's this line https://github.com/statamic/cms/blob/master/resources/views/…
-
Sat Feb 25 15:20:49 2017 rico.zienke [...] posteo.de - Ticket created
Subject: [question] support of ISO 19005 – Document management – Electronic document file format for long-term preservation (P…
-
# Overview
As we got to know by the VDA [Verband der Automobilindustrie e. V.](https://www.vda.de/de) one of the requirements from the regulations is that a part of the "Battery Passports", "Digital …
-
// take a picture
this.cameraPreview.takePicture(this.pictureOpts).then((imageData) => {
this.picture = 'data:image/jpeg;base64,' + imageData;
}, (err) => {
console.log(err);
this.picture =…
-
### Issue description
First thanks for working with this connector :)
I playing around with this connector and so far have been working nicely until I publish a self-contained .NET Core 3.1 CLI …