-
Updated
Jun 9, 2020 - C++
portable
Here are 566 public repositories matching this topic...
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
REPLadd a new flag for examplegravity --repl gravity new [project]- a new simple command to create new project. (A wizard which helps with co
-
Updated
Jun 10, 2020 - C++
Unknown style flow
Using yq 3.3.0.
Documentation lists flow among acceptable values for --style flag, yet
yq n thing cat --style=flowgives
Parse [ERRO] Unknown style flow, ignoring
Also, providing the docs with an example for all values would be useful.
-
Updated
Apr 12, 2018 - JavaScript
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
-
Updated
Jun 10, 2020 - Go
-
Updated
Oct 10, 2019 - C++
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
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
Scam, mallware etc.
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
Seek performance
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 permitteClient operation documentation is now complete.
Point all object methods to this documentation.
-
Updated
Jun 8, 2020 - C#
-
Updated
Dec 9, 2019 - C#
-
Updated
Aug 10, 2019 - Vim script
-
Updated
Nov 11, 2017 - C
-
Updated
Jan 23, 2020 - HTML
Remove tutorial
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
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
The code rejected rerender from outside by calling render
https://github.com/zouhir/preact-habitat/blob/69699493715f002ccf37ac85d5af342628b50a37/src/lib.js#L123-L125
const { render } = habitat(MyComponent)
render({
selector: '.app',
})
// the blow renderer does not work
render({
selector: '.app',
defaultProps: { foo: 'bar' }
})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.
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.
Add this topic to your repo
To associate your repository with the portable topic, visit your repo's landing page and select "manage topics."



https://gocloud.dev/howto/blob/open-bucket/#prefix
Comment from @vangent: "I think we can drop this section and just leave it in the godoc. Thoughts?"
Originally posted in google/go-cloud@ff6e56c_