DiscreteTom

Results 17 issues of DiscreteTom

Thank you for the nice tool! Suppose I have a GitHub folder containing codes & images, when I install it as a package can I ignore those images? For example,...

Fix #10061 #### Description of changes Update `standardDomainPattern` to accept endpoints in China regions. #### Issue #, if available Fix #10061 #### Description of how you validated changes Tested using...

first-time-contributor

A simple implementation for #94 on linux.

Is there any way to evaluate a `Characteristic.Value` when I read the value? [`muka/go-bluetooth`](https://github.com/muka/go-bluetooth) can use [`onRead`](https://github.com/muka/go-bluetooth/blob/07f31c601d335ebe336c5923b2b66b2420d8e8aa/api/service/app_char.go#L153) to setup a read callback, can this repo add something like `CharacteristicConfig.ReadEvent`?

Support more math symbols like plus-minus(±): `\plusmn`. Ref: http://docs.mathjax.org/en/v2.7-latest/tex.html#mediawiki-texvc

For example, I want to sync local `C:/Users/xxx/Musics` from `s3://bucket/aaa/bbb/Musics`. Expected behavior: `s3://bucket/aaa/bbb/Musics/123.mp3` => `C:/Users/xxx/Musics/123.mp3`. Actual behavior: `s3://bucket/aaa/bbb/Musics/123.mp3` => `C:/Users/xxx/Musics/aaa/bbb/Musics/123.mp3`. To avoid this, I have to use `relocations: [['aaa/bbb', '']]`.

question

E.g. maybe TransferMonitor can do something like: ```js this.emit('ignore', filename) this.emit('start', filename) this.emit('done', filename) ```

enhancement

Thanks for this cool lib! I'm trying to use this lib in a frontend project using vite, when I build my project with esbuild I got the following error: ```...

## Problem NodeJS 20.x is [supported](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) as a lambda runtime. However when debugging lambda functions with sam according to this [doc](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/serverless-apps-run-debug-no-template.html) using nodejs20.x, got: ``` [ERROR]: SamLaunchRequestError: Invalid launch configuration:...

feature-request
pending-release
sam

When I call ReadRotation, MPU6050 will stuck. Code: ```go package main import ( "machine" "time" "tinygo.org/x/drivers/mpu6050" ) func main() { // Initialize the I2C bus & mpu6050 sensor machine.I2C0.Configure(machine.I2CConfig{}) sensor...