Koga Kazuo
Koga Kazuo
```rust extern crate chrono; // 0.4.19 use chrono::{FixedOffset, Utc, Duration, DurationRound, Timelike}; fn main() { let t = Utc::now(); let t = t.with_timezone(&FixedOffset::east(9 * 3600)); let t = t.duration_trunc(Duration::days(1)).unwrap(); assert_eq!(t.second(),...
I'd like to use a subprotocol with Haste.WebSocket.withWebSocket function. in JS ``` new WebSocket("ws://192.168.99.100:8080/ws", ["wamp.2.json"]) ```
OSX (MD5: e73ee6b531f7a53690bf57837cd0f5c5) haste-compiler.tar's compiler.jar has broken? with --opt-minify option: > Error: Invalid or corrupt jarfile my java -version is: > java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8.0_112-b16)...
You can encrypt PDF file with password. I think this is useful.
```dart import 'dart:io'; main() { stdout ..writeln('hello') ..flush() //
May I ask your thoughts on localization? For example, [jp “National Foundation Day”](https://github.com/rickar/cal/blob/4295587143cd3e8e8ac9f4a6c92346c4e5f0d148/v2/jp/jp_holidays.go#L35C13-L35C38) is written in Japanese as “Kenkoku Kinen no Hi” (建国記念の日). It would be good to have the...