Skip to content

Posts

Kuzzle Admin Consoleをラズパイ4に入れてみる

https://github.com/kuzzleio/kuzzle-admin-console#local-build をやってみる $ git clone https://github.com/kuzzleio/kuzzle-admin-console $ cd kuzzle-admin-console $ npm install npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@17.3.0 | linux | arm npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack File "<string>", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^ npm ERR! gyp ERR! stack SyntaxError: invalid syntax ダメか。。

Kuzzleを使ってみる

Flutter | Kuzzle Documentation から Run Kuzzle | Kuzzle Documentation でバックエンドをローカルで起動する。 $ sudo npm install -g kourou $ kourou app:scaffold playground $ cd playground && npm run dev:docker http://localhost:7512/ でJSONで情報が取得できた。 http://next-console.kuzzle.io/ でAdmin Consoleが表示できるけど、ローカル環境なのに外部を一度経由するのかな。ちょっとこれは気になる。 What is Kuzzle | Kuzzle Documentation As it is a single-page application (SPA), no data related to your Kuzzle application will pass through our servers, so you can use the online Read more

Firebase以外のBaaS

Firebase以外のBaaSについて、年初に軽く調べていた。 その時はクラウドサービスを見ていたけれど、OSSのものも見てみた。 Parse Platform The Open Source Firebase Alternative | Supabase Open Source Backend - Kuzzle Backend Low-code backend to build modern apps | Back4App Parse Platformベース SDK JS Go Flutter Parse Platform o - o Supabase o - o Kuzzle Backend o o o SDK的にはKuzzleだけど、情報量で見るとSupabaseが有 Read more

Flutter 3をインストールしてみる

WSL2にインストールしてみる。 Linux install | Flutter $ cd ~/sdk $ git clone https://github.com/flutter/flutter.git -b stable $ export PATH="$PATH:`pwd`/flutter/bin" $ flutter doctor Missing "unzip" tool. Unable to extract Dart SDK. Consider running "sudo apt-get install unzip". $ sudo apt-get install unzip $ flutter doctor [✓] Flutter (Channel stable, 3.0.0, on Ubuntu 20.04 LTS 5.10.16.3-microsoft-standard-WSL2, locale C.UTF-8) [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) ! Cannot find Read more

Flutter 3

[速報]「Flutter 3」登場、FlutterによるmacOSとLinuxアプリ開発が正式版に。Macのユニバーサルバイナリにも対応 - Publickey MacとLinuxのアプリケーション開発の正式版より、「Firebase plugin for Flutter」のほうが気になった。 これは前に使っていたFlutterFireとは別物 Read more

Docker Desktop 4.8.1でhost.docker.internal

Docker Desktopの4.8.1が出たので、host.docker.internalの件が変化あったか試してみた。 https://github.com/umemak/docker_network_test 直っていた。 4.8.0でも試してみたところ、4.8.0のタイミングで修正された模様。

harbor試してみた

ローカルサーバーでやってみた。 検索は問題なく導入できて動作も問題なさそうだけど、見た目がだいぶ印象変わってしまうのがちょっと悩ましい。 あと、一覧で日付が出てるのに個別ページに遷移すると日付が出ないのはなぜだろう。デモサイトでは個別ページにも出てるのに。 乗り換えはいったん保留。

Hugoテーマharbor

matsuyoshi30/harbor: Simple and minimal personal blog theme. このテーマ、全文検索対応しているようなので気になっている。 検索に使われているのはnextapps-de/flexsearch: Next-Generation full text search library for Browser and Node.jsらしい。 flexsearch.jsは日本語だと半角英数字が検索できないとかあるみたいだけど、簡単に使うだけなら問題ないのではないか Read more

マークダウンエディター選び

マークダウン部分の入力に使うライブラリを探す。 markdown WYSIWYGをキーワードにnpmを検索した結果、 outline/rich-markdown-editor: The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account: 良さそうだけどArchivedになっててメンテナンスされてない? nhn/tui.editor: 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. プレビュー形式ではなくて、直接編集したい codex-team/editor.js: A block-styled editor with clean JSON output 良さそう Saul-Mirone/milkdown: 🍼 Plugin Read more