Daniel Senff

Results 37 issues of Daniel Senff

Great tool, how about adding SCSS and SASS next to CSS as possible Stylesheet output?

I had frequent freezes of the gradient dialog and it's color picker on Firefox 3.6 and Chrome 12. This is what I do: 1. Open new session of the LayerStyles...

Hi Jarrett, For context, I'm writing an export tool for a phpBB forum to static markdown files. For that I'm slowly trying to catch most bbcode syntax cases that I...

This is relating to #26 I opted to only have the options for `:span` and `:remove` for now. I'm not entirely happy about the use of global option, but I...

The code tag behaves pretty much like the quote, but with different html/markup syntax. For reference: https://www.phpbb.com/community/help/bbcode#f2r1

Hi, BBCode has the [`color` and `size` tag](https://www.phpbb.com/community/help/bbcode). These are not supported yet by the gem and are neither filtered nor converted. I can prepare the code change, but I'd...

Hello Jarrett, the repository doesn't say anything under which license the gem is available. I'd like to make and release a fork that exports to markdown instead of HTML Do...

We run streamlit_analytics since December and collect data successfully. The visualization however doesn't handle the year-switch well. The visualization aparently only sorts by month and ignores the year. Expected behaviour...

In the `sim.js` lib at line 462-465 you have this function definition for `Sim.Object` ``` Sim.Object.prototype.update = function() { this.updateChildren(); } ``` Later in line 505 this function definition starts...

In the Resource-class around line 60, the `#save` method is defined which serves both as a means to create a new record (if the current resource has no id) or...