Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uids with the '.' character throw off the tiling logic. #113

Open
mildewey opened this issue Sep 24, 2019 · 0 comments
Open

Uids with the '.' character throw off the tiling logic. #113

mildewey opened this issue Sep 24, 2019 · 0 comments

Comments

@mildewey
Copy link
Contributor

The tiling logic is hard coded to split a field containing the uid and take [1:3]. If the uid includes a '.' character, the tiling logic is broken by this case.

Suggested solutions:

  • Specify the range to take the tiling values from based on a relative-to-end specification, eg [-3: -1] (change to clodius).
  • Reject user defined uids that contain the '.' character or other sensitive characters from the tiling logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant