-
Notifications
You must be signed in to change notification settings - Fork 28
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
Input font size #19
Input font size #19
Conversation
I added a commit to master which fixes the line endings in all the files that had them. if you could merge that into this pr that would be helpful. I'd like to try to get it so that the only changes in this PR to BMark.purs only affect the lines actually changed. The formatting changes in main.css are fine though. i tested out the 16pt font size and i think this option in general looks pretty good. |
Great, I'll rebase with master then.
That makes sense, I'll revert the formatting changes that occurred. Thank you for the feedback, I'll push an update this weekend. |
After installing
This is odd because Would you be able to push the build output to this PR? |
hrm, thats unfortunate you couldn't get it to work. I'll see if i can replicate this on my end, but this is something probably to do with npm and environment specific, so i'm not sure if i'll be able to replicate this. |
I'll see if I can learn the stack more, I'm new to the tooling. Thank you for the help and merging these changes. 🙂 |
thanks for the PR! |
@brettinternet fyi i pushed a commit 5dee5c6 which might fix your issues with the /purs build. I think in my environment i had the necessary tools installed globally, so the makefile was looking for those tools globally instead of locally. if you get latest and try to to |
Yes, that works for me now. I was stumped because the make cmd errored at line Unrelated to your library, but to clarify an additional step I had to take to get the Makefile to run, on my Linux distro I did have to symlink a dependency for libtinfo: sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5 I only mention this on the remote possibility that someone else runs into this issue. I'm grateful for your help! |
glad you got it working! i've never run into the libtinfo issue on ubuntu before (currently 20.04.1 LTS), that sounds kind of annoying. |
Optional solution for #18