Skip to content

Instantly share code, notes, and snippets.

{"version":"v1.13.4","notes":"## [1.13.4](https://github.com/hef/tauri-app/compare/v1.13.3...v1.13.4) (2022-10-18)\n\n\n### Bug Fixes\n\n* **ci:** skipping aarch64 builds for now ([aa618d0](https://github.com/hef/tauri-app/commit/aa618d09e9aa239d6a9d272555ae28a51f6e22f1))\n\n\n\n","pub_date":"2022-10-18T01:12:59Z","platforms":{"darwin-x86_64":{"signature":"dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUdGswY0R2c3hZWmNYS2ZoL0Q1c2lOcTVDZXBlM0ZWVnBQU2ZCbWVVekZiQnRGOVBDR0ZpTkNWa3ZnVUpOdUVKQ085RWhZNmdqaFM5c0tyWHlxUCs4c2Fnb0hSUUVZeGc4PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjY2MDU2NjcwCWZpbGU6dGF1cmktYXBwLmFwcC50YXIuZ3oKQ1l0NlFHM0M4amNSQ21DdGF5OGVHNTczdmZTbzZjNGZUeVo2ZFdUMzNxOE1vSDkzclVjYVM1Z0NHZjdhdUwvZ1cxWUp5UEhOVzlneWQ4RXprU2ZrQ1E9PQo=","url":"https://github.com/hef/tauri-app/releases/download/v1.13.4/tauri-app.app.tar.gz"},"linux-x86_64":{"signature":"dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUdGswY0R2c3hZWlRkSkVRMzVKbUJCOE1GWGRsd0h4bUt0L1RPdmZuSlNPUkdKaVBUU
@hef
hef / make_helm_own.sh
Created September 26, 2021 14:46
Bash script to help convert longhorn from manually installed to managed by helm-operator
#!/bin/bash
kind=$1
name=$2
if [ -n "$kind" ]; then
if [ ${kind} == "CustomResourceDefinition" ] || [ ${kind} == Cluster* ]; then
@hef
hef / gist:7784fc44b43d60ada8585abc7ed6f4e5
Created October 12, 2018 20:11
cmake . -DHUNTER_STATUS_DEBUG=ON with a clean ~/.hunter
-- [hunter *** DEBUG *** 2018-10-12T15:08:21] HUNTER_ROOT set using HOME environment variable
-- [hunter *** DEBUG *** 2018-10-12T15:08:21] HUNTER_ROOT: /Users/hef/.hunter
-- [hunter *** DEBUG *** 2018-10-12T15:08:21] Locking directory: /Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1
-- [hunter *** DEBUG *** 2018-10-12T15:08:21] Lock done
-- [hunter *** DEBUG *** 2018-10-12T15:08:21] Run generate
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1/Build
-- [hunter] Initializing Hunter workspace (70287b1ffa810ee4e952052a9adff9b4856d0d54)
-- [hunter] https://github.com/ruslo/hunter/archive/v0.23.34.tar.gz
@hef
hef / result
Created October 12, 2018 16:46
result of cmake .
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /Users/hef/.hunter
-- [hunter] [ Hunter-ID: 70287b1 | Toolchain-ID: 9a57913 | Config-ID: b499eae ]
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
-- [hunter] BOOST_ROOT: /Users/hef/.hunter/_Base/70287b1/9a57913/b499eae/Install (ver.: 1.68.0-p1)
CMake Error at /Users/hef/.hunter/_Base/Download/Hunter/0.23.34/70287b1/Unpacked/cmake/find/FindBoost.cmake:1247 (message):
Unable to find the requested Boost libraries.
@hef
hef / results
Created October 12, 2018 16:40
find ./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include
This file has been truncated, but you can view the full file.
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/circular_buffer.hpp
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers/ctime
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers/cstdlib
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers/cctype
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers/cerrno
./_testing/Hunter/_Base/0443a47/4a5f254/b499eae/Install/include/boost/compatibility/cpp_c_headers/csignal
@hef
hef / results.txt
Created October 12, 2018 14:53
find /Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include
This file has been truncated, but you can view the full file.
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/circular_buffer.hpp
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers/ctime
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers/cstdlib
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers/cctype
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers/cerrno
/Users/hef/projects/hunter/_Base/xxxxxxx/9a57913/b499eae/Install/include/boost/compatibility/cpp_c_headers/csignal
cmake -DHUNTER_STATUS_DEBUG=ON .
Including HunterGate: /Users/hef/projects/hunter/gate/cmake/HunterGate.cmake
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] HUNTER_ROOT detected by cmake variable
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] HUNTER_ROOT: /Users/hef/projects/hunter
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] Settings (initialize):
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] HunterGate done (NO)
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] Cache init (YES)
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] Single-configuration generator
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] Using default cache server
-- [hunter *** DEBUG *** 2018-10-11T21:45:33] List of cache servers:
@hef
hef / install_snis.sh
Last active August 29, 2015 14:27
install snis
sudo apt-get install -y build-essential portaudio19-dev libvorbis-dev libgtk2.0-dev openscad libgtkglext1-dev liblua5.2-dev libglew1.5-dev libsdl-image1.2-dev libsdl1.2-dev git
git clone https://github.com/smcameron/space-nerds-in-space.git
cd git clone https://github.com/smcameron/space-nerds-in-space.git
make
@hef
hef / gist:6da357098654c50d4c60
Created April 2, 2015 04:38
Command to reattach boot2docker iso on os x
VBoxManage storageattach boot2docker-vm --storagectl SATA --port 0 --device 0 --medium ~/.boot2docker/boot2docker.iso --type dvddrive
package main
func main() {
go main()
main()
}