Shaobiao Lin

Results 34 comments of Shaobiao Lin

> @Octobug 🤔 I got it. So, for now, we can consider only three scenarios: > > 1. Using relative paths: UPLOAD_URL_PREFIX defaults to "/" > 2. Using absolute paths...

@LinkinStars Okay, thank you for your patience! In this case, it seems that your first solution is better. :D That is, make the var a `boolean`. Although the name may...

> > * `UPLOAD_USE_ABSOLUTE` (I prefer this one) > > @Octobug 😄 Maybe we can use `UPLOAD_USE_ABSOLUTE_URL`. Thanks for your patience as well. This whole discussion has made the whole...

@LinkinStars Here's my version of the `fix` command, I would like to know your opinion. 👀 `answer fix upload SRC_PREFIX DST_PREFIX [--continue] [--offline|online] [--dry-run] [--limit NUM]` When the fix command...

> @Octobug Very thoughtful consideration. I have only one suggestion. I recommend that this command be run offline, but it's not mandatory. It would be advisable to include instructions in...

It appears to be a sub-issue of #346

> @Octobug Yeah I got what you mean. But the deterrence is email serves as user identity (i.e. email ID must be unique) and another difference is user won't be...

@surapuramakhil I just suddenly realized that there might be security issues in the request process. Sorry to confuse you. 😂

> > not sure if text-danger is the right choice maybe `background-color: var(--bs-highlight-bg)` is better? > > Search engines like Google often change text colors, which may conflict with the...

> @Octobug > > Hello, I have reviewed your description and first of all, the `FetchExcept` method is a universal method that cannot be changed, You need add new method....