mina
mina
Inputs: ```js let x = 3; 3x 3 x 5y ``` Expected Outputs: ```js Syntax Error: Invalid or Unexpected token Syntax Error: Unexpected identifier 'x' Syntax Error: Invalid or Unexpected...
**What would you like to see added to Assyst?** The user should be able to use emojis, unicode or custom, as inputs to image commands. As of right now, they...
**Describe the bug** Assyst errors when trying to upload an autocomplete option that has more than 100 characters. **Expected behavior** Assyst should not error. **Potential Fixes** When uploading, trim the...
**What would you like to see added to Assyst?** Ability to set reminders based on a specific time, for example, `/remind 04/20/2025 hit that puppyblunt`.
**What would you like to see added to Assyst?** Either a command (`-vote`) or more accessible error messages for premium-specific features. **Additional context** Currently, the only way to access the...
This should move all base parser functionality (proc macros, `ParseArgument` trait, and others) into a separate, more general crate that then could be used by others.
This should allow targeting panics and failures to be a lot easier. Also fixes #98, #99.
`parseInt(x, undefined)` and `parseInt(x, null)` should be treated as if they were `parseInt(x, 10)`
This causes `/test262/test/built-ins/parseInt/S15.1.2.2_A3.1_T3.js` to fail.
Causes `/test262/test/built-ins/parseInt/S15.1.2.2_A4.2_T2.js` to fail.