The Wayback Machine - https://web.archive.org/web/20200610110836/https://github.com/topics/portable
Skip to content
#

portable

Here are 566 public repositories matching this topic...

go-cloud
Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
ngirard
ngirard commented Apr 17, 2020

Using yq 3.3.0.

Documentation lists flow among acceptable values for --style flag, yet

yq n thing cat --style=flow

gives

Parse [ERRO] Unknown style flow, ignoring

Also, providing the docs with an example for all values would be useful.

bug
wood-chris
wood-chris commented Apr 17, 2020

Version of Singularity:

$ singularity version
3.5.2

Expected behavior

Given this simple def file:

$ more simple.def 
Bootstrap: library
From: ubuntu:18.04

%post

    mkdir -p /opt/openmpi-4.0.1 && cd $_
    pwd 

The pwd should print /opt/openmpi-4.0.1

Actual behavior

S

VideoPlayerCode
VideoPlayerCode commented Dec 4, 2019

The Overview tab is a bit too bare-bones even for a "simplified client". These fields would be useful, and I think most are built into libtorrent already:

  • Comment: This field is often used by tracker torrents for stuff like the web-link to the page that the torrent came from, for easily visiting the torrent page. (But to be useful, links in the comment need to be either clickable (most to
duality
cowmanjoe
cowmanjoe commented Nov 7, 2019

Summary

An IndexOutOfRange exception is thrown if the selected Tilemap's Tileset is switched. This exception only occurs if the Tileset has been painted on with Tiles that have a higher index than the new Tileset's maximum index. I also noticed that sometimes the tile pallette is not updated with the new Tileset.

How to reproduce

  • Create two Tilesets, one with more tiles than th
soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

CSharperMantle
CSharperMantle commented Apr 7, 2020

I am sorry but I don't know how to put it into an Issue format, so I have to explain it plainly.

Dear contributors,

It seems that every source file in Vc library has the following copyright notice:

/*  This file is part of the Vc library. {{{
Copyright © 2009-2015 XXX <xxx@example.com>
Redistribution and use in source and binary forms, with or without
modification, are permitte
phoe
phoe commented Jan 16, 2020

The default emacs tutorial is confusing, since it refers to keybindings that are modified (for example, M-x being bound to execute-extended-command). One newcomer to Lisp has fallen in that hole today.

I suggest replacing the whole tutorial file with something that in the very least is not confusing to newcomers (e.g. an empty file, or a file linking to #lisp and #clschool on Freenode o

achew22
achew22 commented May 4, 2016

Reproduction steps:

cd /tmp
git clone https://github.com/Microsoft/TypeScript.git
cd TypeScript
npm install nar
./node_modules/nar/bin/nar create --executable
mv *.nar /tmp/typescript.nar
cd /tmp
chmod +x typescript.nar
echo "var x = function() {alert('test');}" > /tmp/test.ts

You now have everything the way I would expect it

# This will fail
cd /tmp
/tmp/typescript.nar exec --out t
freac
enzo1982
enzo1982 commented Dec 15, 2019

This ticket serves as a tracker for translations needing updates for fre:ac 1.1.1. It will be updated once the status of a translation changes.

Help is needed to update the translations for fre:ac 1.1.1 which has been released on 19th April 2020. The next point release is planned for June 2020.

New translations to as of yet unsupported languages are more than welcome as well of course.

travisdowns
travisdowns commented Aug 16, 2018

For example, it seems like .travis.yml uses cmake (for the tests), so this is a cmake project that pops out a library that I should link against (it seems not - cmake is just for tests?)? If I look at a module like cpu that has cpu.h and cpu.c do I just drop those into my project (probably not that simple since they may depend on other modules)?

Maybe something like a default-use case s

Improve this page

Add a description, image, and links to the portable 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 portable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.