Skip to content
#

nix

Here are 863 public repositories matching this topic...

ihp
fegu
fegu commented Oct 28, 2020

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

peterpeterparker
peterpeterparker commented Sep 26, 2020

Documentation

The presentations used to be swipable horizontally but we recently enhanced this. We are going to introduce the ability to swipe vertically and also developed a new mode we called papyrus which basically transform a presentation into a "landing page".

These options can be set on the deckgo-deck main component with the properties direction and `directionM

MrChico
MrChico commented Aug 11, 2020

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
cdepillabout
cdepillabout commented Dec 23, 2019

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

Improve this page

Add a description, image, and links to the nix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.