Emad Elsaid
Emad Elsaid
but isn't this what's happening here? https://github.com/emad-elsaid/xlog/blob/master/server.go#L43 * did you get a chance to look in the developer console in safari? it can show the editor error. * And I...
- i asked about the first issue mr @VincentTam here https://github.com/blazeeboy/octopress/commit/137195384e7cb0f7c36ba9ff8481ca692d3d647e and waiting for his reply. - second issue i think we can't get rid of it except by removing...
An external service can be used for this purpose like mailchimp or any similar bulk email service with an API On Tue, Mar 31, 2020 at 11:25 AM Eslam Mohamed...
* It's a nice idea. I don't need it personally as I tried it earlier and didn't work for me. but it's just me as I'm used to code editors...
this is a good idea, can you take a look and suggest an approach to do that?
Tyanks for reporting the issue, I have been testing for my usecases only so far. I'll be happy to merge a fix for firefox or any other browser if you...
Thanks @abhas for the kind words. For number 1 there is a challenge to solve. + if we removed spaces with `-` for example. a page called "home page.md` will...
Also @ragoob mentioned this feature request a couple of days ago.
My workaround was to just truncate the tables I need myself after each test example: ```ruby config.after(:each) do DatabaseCleaner.clean ['schema.tablename'].each do |table| ActiveRecord::Base.connection.execute("TRUNCATE #{table}") end end ```
Hey @abhas thanks for the sponsorship. I want to make sure of your usecase. are you using xlog as HTTP server on live server? if so make sure you read...