Results 30 comments of Moshe Kamensky

> I noticed that the content inside can't be nested and needs to start from the left > > ```js > > ## This needs to start from the left...

Another option is use latex with the `pdfpages` package. I use the following script, which I call as ```sh pdfstack "${tmpfolder}"/background.pdf "${tmpfolder}"/foreground.pdf "${filename}.pdf" ``` in place of https://github.com/reHackable/maxio/blob/a0a9d8291bd034a0114919bbf334973bbdd6a218/tools/exportNotebook#L354 (NOT tested...

> My suggestion here was to reduce the need for external dependencies, but your script is quite neat and also more portable than the original Sure. For me latex and...

> My suggestion here was to reduce the need for external dependencies, but your script is quite neat and also more portable than the original By the way, it seems...

I have a similar problem. Is there any workaround?

I see there is a [pull request](https://github.com/sass/sassc-rails/pull/103) to do this, but with no issue attached

Hi and thanks for the quick reply > I beg to disagree with this. If the author model has association has_many :articles, technically you are modifying the author record in...

> I'm trying not to sound nasty here — this project just has gone through this same topic a few times in the past already. I'm actually quite glad that...

Just had another look. Won't it be better to use method names that do not include the relationship type (as in ``create_with?``)? This is more flexible and works better with...

> Just had another look. Won't it be better to use method names that do not include the relationship type (as in create_with?)? This is more flexible and works better...