boot
Here are 458 public repositories matching this topic...
-
Updated
Aug 16, 2018 - Shell
Hello,
Using your awesome app for install Linux for old people, every week (many Linux installed). Which have sometimes old computer 32 bits, where Bodhi Linux can revival their machine. Bodhi Linux is based on Ubuntu LTS.
Bodhi Linux 4.x (Ubuntu LTS 16.04) is already supported by MultiBootUSB 9.2, but 16.04 is almost over, I need to install Bodhi Linux 5.x (LTS 18.04).
Bodhi Linux 5.x legacy 3
Short Description of Problem:
Das Update aus dem Programm heraus funktioniert nicht.
Es kommt immer die Meldung, dass ein Fehler aufgetreten ist und bricht dann ab.
Expected Behavior:
put text here
Actual Behavior:
put text here
Steps to Reproduce:
Update aus dem Programm heraus ausführen.
<img width="1099" alt="Bildschirmfoto 2020-04-22 um 07 20 31" src="h
-
Updated
May 11, 2020 - C
When comparing the built-ins Guide against https://github.com/hashobject/perun/blob/master/src/io/perun.clj, there are five tasks that aren't even mentioned (I haven't checked their names yet, though -- only compared the amount of times deftask
is mentioned in the code).
In the case of lessc
, one cannot even know which version should be used (the Python one?, the Node.js one?)...
@podvia
-
Updated
Nov 19, 2019 - Java
-
Updated
May 19, 2020 - C
-
Updated
May 3, 2020 - C
this conversion can be done on the fly.
document it and/or maybe provide a script that can be downloaded and ran
something along the lines of:
cd /tmp
curl -L https://api.cattlepi.com/images/global/raspbian-lite/2018-06-29/bootstrap/cattlepi.zip?apiKey=deadbeef > cattlepi.zip
unzip cattlepi.zip
mkdir -p /tmp/boot
sudo mount -o loop,offset=1048576 /tmp/cattlepi.img /tmp/boot
su
-
Updated
Dec 29, 2016 - Ruby
I found this on the Hexgears fork, but I assume it applies here as well.
To reproduce:
- Click Show Visuals
- Create/edit a static LED visualization.
- Select one or more LEDs.
- Click the current color input.
- Click in the HEX textbox.
- Press Enter.
This kicks you back out to the keyboard selection page.
-
Updated
Oct 25, 2018 - Clojure
When writing the Gemfile_next.lock snapshot, we resolve the dependencies remotely https://github.com/Shopify/bootboot/blob/master/lib/bootboot/gemfile_next_auto_sync.rb#L56
this is unnecessary as all the gems should already have been fetched.
Resolving the dependencies locally with Bundler::Definition#resolve_with_cache
https://github.com/bundler/bundler/blob/a63a39d738865665f714f179fe42dd
-
Updated
Mar 25, 2019 - Erlang
-
Updated
Oct 2, 2018 - Clojure
-
Updated
Jan 24, 2018 - Clojure
Improve this page
Add a description, image, and links to the boot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boot topic, visit your repo's landing page and select "manage topics."
nREPL 0.5 introduced some configuration files, which ideally should be respected by REPLs using nREPL. (see https://nrepl.org/nrepl/0.6.0/usage/server.html#_server_configuration)
Lein and clj already honour the config file, and it be nice if boot did the same.
I guess this ticket is mostly a reminder for myself to implement this, but if someone wants to tackle it - it's a pretty simple and s