Giter VIP home page Giter VIP logo

fontra-rcjk's Introduction

fontra-rcjk

Fontra plug-in with django-robocjk support and .rcjk file format support

fontra-rcjk's People

Contributors

dependabot[bot] avatar fabiocaccamo avatar fatih-erikli avatar justvanrossum avatar nedkamburov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

fatih-erikli

fontra-rcjk's Issues

rcjk source "on" flag is not implemented correctly

Fontra does not yet support the concept of sources being "on" or "off", so the rcjk "on" flag currently causes a source to be ignored (good) but the source will be gone once written the glyph gets written back to the backend (bad).

Username cookie is set in double quotes

In certain situations the username string is saved in double quotes.
This is probably caused by the inclusion of certain characters, such as @. The issue is reproducible on all browsers.

Screenshot 2023-03-15 at 10 36 53

Project list gets cached, never updated

If a new project gets added or if a user is added to a project, they will not see the project until the Fontra server restarts they log out and log in again.

[backend_fs] externally deleting a glyph does not work with the change watcher

Error:

2023-01-27 11:07:18 fontra.core.fonthandler ERROR    fatal exception in asyncio task <Task finished name='Task-111' coro=<FontHandler.processExternalChanges() done, defined at /Users/just/code/git/BlackFoundry/fontra/src/fontra/core/fonthandler.py:86> exception=FileNotFoundError(2, 'No such file or directory')>
Traceback (most recent call last):
  File "/Users/just/code/git/BlackFoundry/fontra/src/fontra/core/fonthandler.py", line 87, in processExternalChanges
    async for change, reloadPattern in self.backend.watchExternalChanges():
  File "/Users/just/code/git/BlackFoundry/fontra-rcjk/src/fontra_rcjk/backend_fs.py", line 150, in watchExternalChanges
    if self._recentlyWrittenPaths.pop(path, None) == os.path.getmtime(path):
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py", line 55, in getmtime
    return os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/path/to/project.rcjk/characterGlyph/a.glif'

This may be a combination of two things

The watchfiles oddity probably deserves a wrapper, so that watchfiles client code doesn't need to worry about it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.