nix
Here are 893 public repositories matching this topic...
-
Updated
Dec 7, 2020 - C++
-
Updated
Nov 9, 2020 - Haskell
Affected part of DeckDeckGo
- Studio
Feature Description
I am not an expert in robots.txt but while comparing it with my website I noticed it contained more information, therefore I suggest to also update the robots.txt file of our editor, studio, as following:
User-agent: *
Allow: /
Sitemap: https://deckdeckgo.com/sitemap.xml
Host: https://deckdeckgo.com
-
Updated
Dec 5, 2020 - Go
-
Updated
Apr 19, 2019 - Racket
fetchPypi just calls fetchurl underneath but has a slightly different calling syntax in order to construct the URL. It would be great to track these external dependencies using niv. :-)
-
Updated
Dec 1, 2020 - Nix
-
Updated
Dec 6, 2020 - Rust
-
Updated
Oct 16, 2020 - Nix
-
Updated
Dec 3, 2020 - Nix
Currently, we are not able to
a) symbolically execute init code with symbolic arguments
b) get srcmapping for init code with arguments
We could change ContractCode as follows:
data ContractCode
= InitCode (ByteString, Buffer) -- ^ "Constructor" code, during contract creation (possibly with arguments)
| RuntimeCode ByteString -- ^ "Instance" code, after contract crea
Otherwise one might get an error like:
cachix push /nix/store/7i1kqf6x52l1fhqqdmqgggjr0zigggik-cachix-0.1.3/bin/cachix
NoInput "You need to specify store paths either as stdin or as a cli argument"
-
Updated
Nov 23, 2020 - Nix
It would be nice to have an easy way of installing bash completions from optparse-applicative.
We've added a small post install script to our own CLI tools with a module like the following:
{pkgs, ...}:
{
packages.our-pkg-one.components.exes.our-exe-one.build-tools = [ pkgs.installShellFiles ];
packages.our-pkg-one.components.all.postInstall = pkgs.lib.mkForce "";
pac-
Updated
Nov 23, 2020 - Nix
-
Updated
Dec 4, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the nix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nix topic, visit your repo's landing page and select "manage topics."
File uploads automagically appear in /static/uploads/action/id. Using the local filesystem is a bit dated, we should offer configurable cloud storage options where people could choose provider (e.g. Azure or AWS) and enter their own access key to their own blob storage account.
(also, uploads currently keep the original file as picture.upload wasting space. Keeping this file should at least be