Skip to content
#

notes

Here are 3,536 public repositories matching this topic...

jgwill
jgwill commented Jun 15, 2020

Describe the bug
When exporting annotation with Flashcard, the JSON line is undefined

    },
    undefined,
    {

To Reproduce
Steps to reproduce the behavior:

  1. Annotate a line of text
  2. Add a Flashcard with data on back and front
  3. Export annotation as JSON
  4. Search "undefined" you should get to that badly exported entry

Expected behavior

Fla

Febbe
Febbe commented Oct 30, 2020

This issue is a summary of several To-dos found by developers.

  • Replace path strings with std::filesystem::path / fs::path
    • AudioController: replace std::string with fs::path
    • Plugin: replace std::string with fs::path
    • ...
  • Replace fs::path::string calls with fs::path::u8string, if the result is used to display paths.
  • Cre
Game-Programmer-Study-Notes

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Jun 15, 2020

Improve this page

Add a description, image, and links to the notes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notes topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.