A brief note for Fcitx5 as the Korean Input Method in Debian Sid + Wayland + Sway
For more details: https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
A brief note for Fcitx5 as the Korean Input Method in Debian Sid + Wayland + Sway
For more details: https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
-- Should be placed in the plugins directory. | |
return { | |
"mfussenegger/nvim-dap", | |
config = function() | |
local dap, dapui = require "dap", require "dapui" | |
dap.adapters.lldb = { | |
type = 'executable', |
#!/bin/bash | |
set -e | |
VERSION=$(curl --silent https://github.com/elixir-lang/elixir/releases/latest \ | |
| grep -oP '(?<=/v)[^">]+') | |
if [[ "$EUID" == 0 ]] | |
then echo "Please run as normal user (w/o sudo)" | |
exit |
use std::fmt; | |
use std::time::Duration; | |
use tokio::sync::mpsc; | |
use tokio::time::sleep; | |
enum Value { | |
VData(Data), | |
} | |
struct Data { |
FROM cirrusci/flutter:latest-web AS build | |
COPY . /usr/local/flutter_frontend | |
WORKDIR /usr/local/flutter_frontend | |
RUN sudo chown -R cirrus:cirrus ./* | |
RUN sudo chown -R cirrus:cirrus ./.* | |
RUN sudo rm -f .packages | |
RUN flutter config --enable-web | |
RUN flutter pub get | |
RUN flutter build web |
import 'dart:async'; | |
/* If there is an error that points about the minSdkVersion, | |
change the number (minSdkVersion 16) to 19 in $PROJECT_ROOT/android/app/build.gradle */ | |
// example: https://github.com/pauldemarco/flutter_blue/tree/master/example/lib | |
import 'package:flutter_blue/flutter_blue.dart'; // for BLE | |
import 'package:flutter/material.dart'; | |
import 'utils/enums.dart'; | |
class BLEData { | |
// "00010000-0002-1000-8000-00805f9b34fb" |