Skip to content

issues Search Results · repo:samchon/typia

Filter by

672 results
 (57 ms)

672 results

Feature Request The eslint configuration in this repository is broken and does not appear to have been linted by eslint for a long time. It also appears that prettier has not been run as well Personally, ...
enhancement
good first issue
  • ryoppippi
  • 1
  • Opened 
    16 hours ago
  • #1470

Today, js is becoming esm first: esm works in browsers and has advantages for tree-shaking. So we want to replace the parts of various scripts where commonjs are used with esm. We still intend to include ...
enhancement
good first issue
  • ryoppippi
  • 5
  • Opened 
    19 hours ago
  • #1468

Apache ECharts EChartsOption type failure 📝 Summary Typia silently fails to generate validation code. - Typia Version: 7.6.0 - Apache ECharts Version: 5.6.0 - Expected behavior: typia.is EChartsOption ...
  • jekor
  • 1
  • Opened 
    3 days ago
  • #1466

import typia from typia ; interface Something { /** * The value. * * The value of enumerations. */ value: 1 | 2 | 3; /** * No problem on plain type. */ plain: string; } typia.llm.parameters ...
bug
  • samchon
  • 1
  • Opened 
    4 days ago
  • #1463

📝 Summary Write a short summary of the bug in here. - Typia Version: 7.6.0 - Expected behavior: Works without errors when wrapping typia with a function - Actual behavior: Error: Error on typia.validate(): ...
duplicate
question
  • larscmagnusson
  • 2
  • Opened 
    10 days ago
  • #1462

Bug Report 📝 Summary As can be seen from the playground, first union type can affect other ones and fails falsely. The function in line 15: const _iu0 = (input) = (() = { if (undefined !== input.warnings) ...
  • ismailkarsli
  • 1
  • Opened 
    18 days ago
  • #1456

Bug Report Repository with demonstration: https://github.com/MagicFun1241/serialization-benchmark 📝 Summary With NodeJS it gives better results compared to native JSON.stringify implementation and they ...
bug
good first issue
invalid
  • MagicFun1241
  • 4
  • Opened 
    19 days ago
  • #1455

I want to validate unique email, or anything related to database with typia. How to make custom validator to handle it in typia?
question
  • andrian2929
  • 2
  • Opened 
    24 days ago
  • #1452

Typia Playground The JSON parse functions does not parse Dates and returns an error. Is this a bug or a deliberate decision?
  • ismailkarsli
  • 2
  • Opened 
    25 days ago
  • #1451

Question I have a rgb data type like [[128, 128, 128], [0, 0, 0]], how to assert using typia. I get stuck in [number, number, number][].
question
  • daimalou
  • 2
  • Opened 
    29 days ago
  • #1448
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.