JUnit
ImmutableMapを比較
Assersions.assertEqualsでいけそう
@Testと@ParameterizedTestは一緒に書いてはダメ
怒られた。
Assersions.assertEqualsでいけそう
怒られた。
dpkg: error processing archive /var/cache/apt/archives/opam_2.1.0~rc2-0ppa1~focal_amd64.deb (--unpack): | |
trying to overwrite '/usr/bin/opam-installer', which is also in package opam-installer 2.0.5-1ubuntu1 | |
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) | |
Errors were encountered while processing: | |
/var/cache/apt/archives/opam_2.1.0~rc2-0ppa1~focal_amd64.deb |
自作のrustのコードを動かそうとしてすこしトラブった。
.cargo配下の依存ライブラリの不具合を修正して対応
docker pull localstack/localstack
docker run --rm -p 4566:4566 -p 4571:4571 localstack/localstack
# MySQLの照合順序は要注意 | |
alter tableしてcharset指定した列はテーブルに指定した照合参照とは異なる照合順序を指定することがある | |
# VSCodeでDiffができる | |
Shift+Ctrl+P compare |
use_bpm 112 | |
live_loop :beat1 do | |
sample :drum_heavy_kick | |
sleep 1 | |
sample :drum_snare_hard | |
sleep 1 | |
sample :drum_heavy_kick | |
sleep 1 | |
sample :drum_snare_hard |
use_bpm 90 | |
use_synth :piano | |
live_loop :beat1 do | |
sample :drum_cymbal_closed, amp: 0.1 | |
sleep 0.5 | |
end | |
live_loop :beat2 do |
../cycmap.py:61: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). | |
fig = plt.figure() |
pip install cartopy | |
Collecting cartopy | |
Downloading Cartopy-0.18.0.tar.gz (14.4 MB) | |
|████████████████████████████████| 14.4 MB 139 kB/s | |
ERROR: Command errored out with exit status 1: | |
command: /Users/junichi/.pyenv/versions/3.7.7/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/4m/08rbc8l949n3rq9yr0h3rz980000gn/T/pip-install-ztc8rbc1/cartopy/setup.py'"'"'; __file__='"'"'/private/var/folders/4m/08rbc8l949n3rq9yr0h3rz980000gn/T/pip-install-ztc8rbc1/cartopy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/4m/08rbc8l949n3rq9yr0h3rz980000gn/T/pip-pip-egg-info-brizhjb4 | |
cwd: /private/var/folders/4m/08rbc8l949n3rq9yr0h3rz980000gn/T/pip-install-ztc8rbc1/cartopy/ | |
Complete output (3 lines): | |
/private/var/folders/4m/08rbc8l949n3rq9yr0h3rz980000gn/T/pip-install-ztc8rbc1/cartopy/setup.p |
In file included from main.cxx:1: | |
./clask/core.hpp:102:31: error: no member named 'codecvt_utf8_utf16' in namespace 'std' | |
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter; | |
~~~~~^ | |
./clask/core.hpp:102:57: error: expected '(' for function-style cast or type construction | |
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter; | |
~~~~~~~^ | |
./clask/core.hpp:102:69: warning: declaration does not declare anything [-Wmissing-declarations] | |
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter; | |
^ |