This document will describe structural changes that can be done to Yew to make it more Rust-y and less React-like. The goal is to improve the ergonomic for Rust users.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Gigabyte Technology Co., Ltd. | |
Model: X570 AORUS ULTRA | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 9 5950X 16-Core Processor | |
CPU Family: 0x19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
{ # Prevent execution if this script was only partially downloaded | |
# NOTE: This script will use the GitHub Personal token stored in GITHUB_AUTH_TOKEN | |
# to post a comment from CircleCI to your pull request (or commit if there | |
# is no pull request). | |
# | |
# The message must be provided in /tmp/comment | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import logging | |
import aiohttp | |
from aiohttp import web | |
import aiodocker | |
from aiodocker.docker import Docker | |
from aiodocker.exceptions import DockerError | |
logging.basicConfig(level=logging.DEBUG) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=consul agent | |
Requires=network-online.target | |
After=network-online.target | |
[Service] | |
EnvironmentFile=/etc/environment | |
Environment=GOMAXPROCS=2 | |
Restart=on-failure | |
ExecStart=/usr/local/sbin/consul agent $CONSUL_OPTS -data-dir=/var/lib/consul |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian | |
# Install Forego | |
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego | |
RUN chmod u+x /usr/local/bin/forego | |
COPY . /app/ | |
WORKDIR /app | |
CMD ["forego", "start", "-r"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to fish, the friendly interactive shell | |
Type help for instructions on how to use fish | |
[0] [11:38:59] ~ > cd /tmp | |
[0] [11:39:01] /tmp > mkdir c | |
[0] [11:39:04] /tmp > cd c | |
[0] [11:39:05] /t/c > g init . | |
Initialized empty Git repository in /tmp/c/.git/ | |
[0] [11:39:08] /t/c HEAD > touch a | |
[0] [11:39:10] /t/c HEAD > g add a | |
[0] [11:39:12] /t/c HEAD > g commit -m a |
I hereby claim:
- I am cecton on github.
- I am cecton (https://keybase.io/cecton) on keybase.
- I have a public key whose fingerprint is 9AA6 4BE5 6498 792F 4D10 046A A72E CEE7 5C7A 9808
To claim this, I am signing this object:
NewerOlder