Sebastian Fiedlschuster
Sebastian Fiedlschuster
I'm trying to put my `Spark Library.splib` under version control within my dotfiles repository. In order to do this, I'm replacing the Spark Library by a symlink: ``` bash cd...
I would like to be able to drag-and-drop an image file (png/jpg/...) into the nteract ui to display the image in the notebook. This could be used, for example, for...
I'm trying setup CAS as authentication proxy for several web applications. incoming request ----> nginx ----> CAS | |------> LDAP server | |--------> web app ### Why opening an issue...
In the context of the [baseline-comparison feature](https://community.openproject.org/projects/openproject/work_packages/26448), this pull request adds convenience methods to retrieve historic data of journable objects like work packages. ### Retrieve historic state of one journable...
Is this compatible with Rails 3.2? I'm continuously getting `NoMethodError: undefined method 'write_inheritable_attribute'`. Thanks!
Hi @qrush, this works great! Do you know how to make the app redirect to the settings bundle (or even nicer: show the settings bundle embedded) if the necessary settings...
What do you think about adding support for LaTeX equations like this? To render this, I've copied these lines (https://github.com/textmate/markdown.tmbundle/blob/master/Commands/Markdown%20preview.plist#L30L45) ``` ruby if ENV["TM_MARKDOWN_MATHJAX"].to_i > 0 puts "<script type=\"text/x-mathjax-config\"> MathJax.Hub.Config({...
## Problem With our mysql database, which uses a `utf8` encoding, utf characters like "🍕" cannot be stored. ```yml # database.yml development: adapter: mysql2 encoding: utf8 reconnect: false database: ......
This pull request collects the following major maintenance steps: - [ ] Migrate the application from rails 5.0 to rails 6.1 - [ ] Convert the your_platform rails engine to...