www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Dpaste - online compiler and collaboration tool dedicated to D

reply "nazriel" <nazriel6969 gmail.com> writes:
Greetings.

I would like to share with you, Beta version of 
http://dpaste.dzfl.pl/

Dpaste is online compiler and collaboration tool dedicated to D 
Programming Language. It allows to run your D Code snippets 
directly in web browser!

As for now following compilers are supported: DMD2.059, DMD1.074, 
DMD 2-git revision (which is updated every 3-days). GDC coming 
soon.


Please tell me what do you think, what would you add/change, or 
report any errors you find.

Thanks!

Best regards,
Damian Ziemba
Jul 04 2012
next sibling parent reply "Roman D. Boiko" <rb d-coding.com> writes:
On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to D 
 Programming Language. It allows to run your D Code snippets 
 directly in web browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD 2-git revision (which is updated every 3-days). 
 GDC coming soon.


 Please tell me what do you think, what would you add/change, or 
 report any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
I would suggest to add information about sha1 of git commit of DMD 2-git that is used for compilation. Somewhere on the page, not in the drop-down box. Very useful website :)
Jul 04 2012
next sibling parent reply Adil Baig <adil.baig aidezigns.com> writes:
Your contact form gives a 500 Internal Server error on submit.


On Wed, Jul 4, 2012 at 4:37 PM, Roman D. Boiko <rb d-coding.com> wrote:

 On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:

 Greetings.

 I would like to share with you, Beta version of http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to D
 Programming Language. It allows to run your D Code snippets directly in web
 browser!

 As for now following compilers are supported: DMD2.059, DMD1.074, DMD
 2-git revision (which is updated every 3-days). GDC coming soon.


 Please tell me what do you think, what would you add/change, or report
 any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
I would suggest to add information about sha1 of git commit of DMD 2-git that is used for compilation. Somewhere on the page, not in the drop-down box. Very useful website :)
Jul 04 2012
parent "nazriel" <nazriel6969 gmail.com> writes:
On Wednesday, 4 July 2012 at 11:16:04 UTC, Adil Baig wrote:
 Your contact form gives a 500 Internal Server error on submit.


 On Wed, Jul 4, 2012 at 4:37 PM, Roman D. Boiko 
 <rb d-coding.com> wrote:

 On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:

 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to 
 D
 Programming Language. It allows to run your D Code snippets 
 directly in web
 browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD
 2-git revision (which is updated every 3-days). GDC coming 
 soon.


 Please tell me what do you think, what would you add/change, 
 or report
 any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
I would suggest to add information about sha1 of git commit of DMD 2-git that is used for compilation. Somewhere on the page, not in the drop-down box. Very useful website :)
Thanks for report! I missed than that one. Fixed :D
Jul 04 2012
prev sibling parent "nazriel" <nazriel6969 gmail.com> writes:
On Wednesday, 4 July 2012 at 11:07:49 UTC, Roman D. Boiko wrote:
 On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to 
 D Programming Language. It allows to run your D Code snippets 
 directly in web browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD 2-git revision (which is updated every 3-days). 
 GDC coming soon.


 Please tell me what do you think, what would you add/change, 
 or report any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
I would suggest to add information about sha1 of git commit of DMD 2-git that is used for compilation. Somewhere on the page, not in the drop-down box. Very useful website :)
Good suggestion. Will try to implement this soon :) Thanks!
Jul 04 2012
prev sibling next sibling parent reply simendsjo <simendsjo gmail.com> writes:
On Wed, 04 Jul 2012 12:49:11 +0200, nazriel <nazriel6969 gmail.com> wrote:

 Greetings.

 I would like to share with you, Beta version of http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to D  
 Programming Language. It allows to run your D Code snippets directly in  
 web browser!
A somewhat unrelated question... Is it created in D? If that's the case, what libraries are you using?
Jul 04 2012
parent "nazriel" <nazriel6969 gmail.com> writes:
On Wednesday, 4 July 2012 at 11:51:19 UTC, simendsjo wrote:
 On Wed, 04 Jul 2012 12:49:11 +0200, nazriel 
 <nazriel6969 gmail.com> wrote:

 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to 
 D Programming Language. It allows to run your D Code snippets 
 directly in web browser!
A somewhat unrelated question... Is it created in D? If that's the case, what libraries are you using?
Frontend (website) is written in PHP using Kohana framework. I am not sure how stable solutions like vibe.d, serenity etc are so I just went with flow and took the easiest path. I have in plans rewriting it in D but its lower priority for now. Backend and Load Balancer are written in D, using my personal framework called dragonov As for now releasing source code of backend and load balancer isn't good idea YET - security reasons; I will publish it in near future anyways.
Jul 04 2012
prev sibling next sibling parent "Paulo Pinto" <pjmlp progtools.org> writes:
On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to D 
 Programming Language. It allows to run your D Code snippets 
 directly in web browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD 2-git revision (which is updated every 3-days). 
 GDC coming soon.


 Please tell me what do you think, what would you add/change, or 
 report any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
Great tool!
Jul 04 2012
prev sibling next sibling parent reply "Paulo Pinto" <pjmlp progtools.org> writes:
On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to D 
 Programming Language. It allows to run your D Code snippets 
 directly in web browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD 2-git revision (which is updated every 3-days). 
 GDC coming soon.


 Please tell me what do you think, what would you add/change, or 
 report any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
Hi, I've just did a bit of marketing into HN and Reddit http://news.ycombinator.com/item?id=4199025 http://www.reddit.com/r/programming/comments/w113w/dpaste_online_compiler_and_collaboration_tool/ -- Paulo
Jul 04 2012
parent reply "nazriel" <nazriel6969 gmail.com> writes:
On Wednesday, 4 July 2012 at 12:07:46 UTC, Paulo Pinto wrote:
 On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/

 Dpaste is online compiler and collaboration tool dedicated to 
 D Programming Language. It allows to run your D Code snippets 
 directly in web browser!

 As for now following compilers are supported: DMD2.059, 
 DMD1.074, DMD 2-git revision (which is updated every 3-days). 
 GDC coming soon.


 Please tell me what do you think, what would you add/change, 
 or report any errors you find.

 Thanks!

 Best regards,
 Damian Ziemba
Hi, I've just did a bit of marketing into HN and Reddit http://news.ycombinator.com/item?id=4199025 http://www.reddit.com/r/programming/comments/w113w/dpaste_online_compiler_and_collaboration_tool/ -- Paulo
Thank you very much! I am not too good at marketing and stuff :Grins:
Jul 04 2012
parent "deed" <none none.none> writes:
 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
This is a great tool! Optional VIM-like navigation would make it even better.
Oct 04 2012
prev sibling next sibling parent Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
On Wed, 04 Jul 2012 12:49:11 +0200
"nazriel" <nazriel6969 gmail.com> wrote:

 Greetings.
 
 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
 
 Dpaste is online compiler and collaboration tool dedicated to D 
 Programming Language. It allows to run your D Code snippets 
 directly in web browser!
 
 As for now following compilers are supported: DMD2.059, DMD1.074, 
 DMD 2-git revision (which is updated every 3-days). GDC coming 
 soon.
 
 
 Please tell me what do you think, what would you add/change, or 
 report any errors you find.
 
 Thanks!
 
 Best regards,
 Damian Ziemba
 
Awesome :)
Jul 04 2012
prev sibling next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
I have tried that page some more. Two screen grabs: http://derp.co.uk/35b8d 1) In the first part of the image the background colors are disabled. For such situations I suggest to make the green and red boxes with v and x to be visible with disabled colors too. 1b) I also suggest to write down "segmentation fault" somewhere, instead just setting it a tooltip of those boxes. 2) Second part of the image: why I am not seeing a link to create a new paste? 3) I have tried to register myself, but it always refuse my CAPTCHA :-( Bye, bearophile
Jul 05 2012
next sibling parent Iain Buclaw <ibuclaw ubuntu.com> writes:
On 5 July 2012 14:47, bearophile <bearophileHUGS lycos.com> wrote:
 nazriel:


 I would like to share with you, Beta version of http://dpaste.dzfl.pl/
I have tried that page some more. Two screen grabs: http://derp.co.uk/35b8d 1) In the first part of the image the background colors are disabled. For such situations I suggest to make the green and red boxes with v and x to be visible with disabled colors too. 1b) I also suggest to write down "segmentation fault" somewhere, instead just setting it a tooltip of those boxes. 2) Second part of the image: why I am not seeing a link to create a new paste? 3) I have tried to register myself, but it always refuse my CAPTCHA :-(
Try logging in using OpenID. :~) -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
Jul 05 2012
prev sibling parent reply "nazriel" <nazriel6969 gmail.com> writes:
On Thursday, 5 July 2012 at 13:47:42 UTC, bearophile wrote:
 nazriel:

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
I have tried that page some more. Two screen grabs: http://derp.co.uk/35b8d 1) In the first part of the image the background colors are disabled. For such situations I suggest to make the green and red boxes with v and x to be visible with disabled colors too. 1b) I also suggest to write down "segmentation fault" somewhere, instead just setting it a tooltip of those boxes. 2) Second part of the image: why I am not seeing a link to create a new paste? 3) I have tried to register myself, but it always refuse my CAPTCHA :-( Bye, bearophile
Thank you bearophile for your testings! There is so much to do that I had no time yet to make some better tests in browsers like links, or with JavaScript disabled. 1) Yes, its good idea, I need to think about it. Its nice look vs utility on browsers without colors (how many people uses browsers without colors? :D) 1b) Hmm, maybe good idea, yea, will think about it too. 2) Dunno tbh, could you give me some details about your web-browser. Its looks like Bootstrap fail so its has to be really exotic browser. 3) It maybe problematic, I had to introduce some kind of anti-spam mechanism. You can sing in using Github, Google, Facebook, OpenID accounts if that will fail for you. Also there may be case, that anti-spam mechanism triggers while you send code snippet. I think that after all I should make it clear for users that Images are required for website full functionality. Thanks again! Will try to solve your problems tommorow. Best Regards, Damian Ziemba
Jul 05 2012
next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 Thank you bearophile for your testings!
Thank you for the very elegant D paste site. I'm good at hitting ways to _not_ be able to use software and sites :o) Sometimes even people like Mister Beam are useful. In that site sometimes I'd like an way to compile with "-d" or "-debug" or "-version", this is probably doable. Offering an option to see the produced assembly is less easy, because usually D produces very large asm listings... maybe this is doable showing only the asm of the single or few specific functions selected by the user, this gives a manageable sized output.
 There is so much to do that I had no time yet to make some 
 better tests in browsers like links, or with JavaScript 
 disabled.
In all tests I've done I was keeping JavaScript enabled, and I think images too were enabled. I have just disabled colors in one test.
 (how many people uses browsers without colors? :D)
I don't know. It's a standard feature of Firefox, well visible in the Options/Contents page. I sometimes disable colors when I program or write, to look for info faster, and cause less disruption to my flow. A friend of mine keeps them always disabled to reduce distractions. And I know another person that keeps them disabled because he's deeply color blind, and finds colors confusing (he sometimes removes part of the colors from presentations created by other people).
 2) Dunno tbh, could you give me some details about your 
 web-browser. Its looks like Bootstrap fail so its has to be 
 really exotic browser.
It's a normal Firefox 13.0.1, but it's not easy to give a complete answer to this question. Maybe we have to meet on IRC when you modify the site :-) Bye, bearophile
Jul 05 2012
parent "nazriel" <nazriel6969 gmail.com> writes:
On Thursday, 5 July 2012 at 22:10:12 UTC, bearophile wrote:
 nazriel:

 Thank you bearophile for your testings!
Thank you for the very elegant D paste site. I'm good at hitting ways to _not_ be able to use software and sites :o) Sometimes even people like Mister Beam are useful.
I guess beta testers are very expensive in gamedev industry etc, so it's really good to have you!
 In that site sometimes I'd like an way to compile with "-d" or 
 "-debug" or "-version", this is probably doable.
Yes, I was already thinking about it as I noticed some pastes with stuff like unittest { assert(0==1); } Implementing this is rather trivial, will do!
 Offering an option to see the produced assembly is less easy, 
 because usually D produces very large asm listings... maybe 
 this is doable showing only the asm of the single or few 
 specific functions selected by the user, this gives a 
 manageable sized output.
This is feature I would like to add in 2.0 Milestone alongside with Solutions (multiple files compilable together), debugging support. Will take some time to implement it though because I am still not yet at 1.0 and alone in coding :D
 There is so much to do that I had no time yet to make some 
 better tests in browsers like links, or with JavaScript 
 disabled.
In all tests I've done I was keeping JavaScript enabled, and I think images too were enabled. I have just disabled colors in one test.
Wow, that's tricky! I never though about it, all tests I was doing were like "lets see what happens without js and images". Clever! Will try it.
 (how many people uses browsers without colors? :D)
I don't know. It's a standard feature of Firefox, well visible in the Options/Contents page. I sometimes disable colors when I program or write, to look for info faster, and cause less disruption to my flow. A friend of mine keeps them always disabled to reduce distractions. And I know another person that keeps them disabled because he's deeply color blind, and finds colors confusing (he sometimes removes part of the colors from presentations created by other people).
Yea, good catch. Will think about it.
 2) Dunno tbh, could you give me some details about your 
 web-browser. Its looks like Bootstrap fail so its has to be 
 really exotic browser.
It's a normal Firefox 13.0.1, but it's not easy to give a complete answer to this question. Maybe we have to meet on IRC when you modify the site :-)
Sure! You know where to find me! ;~)
 Bye,
 bearophile
Bye! Thank you very much I really appreciate your help!
Jul 06 2012
prev sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 7/5/2012 2:17 PM, nazriel wrote:
 1) Yes, its good idea, I need to think about it. Its nice look vs utility on
 browsers without colors (how many people uses browsers without colors? :D)
 1b) Hmm, maybe good idea, yea, will think about it too.
Something to think about: 1. should be usable for people with varying degrees of color blindness 2. should be usable for blind people who use screen readers (yes, there are blind programmers)
Jul 06 2012
parent "nazriel" <nazriel6969 gmail.com> writes:
On Friday, 6 July 2012 at 19:43:28 UTC, Walter Bright wrote:
 On 7/5/2012 2:17 PM, nazriel wrote:
 1) Yes, its good idea, I need to think about it. Its nice look 
 vs utility on
 browsers without colors (how many people uses browsers without 
 colors? :D)
 1b) Hmm, maybe good idea, yea, will think about it too.
Something to think about: 1. should be usable for people with varying degrees of color blindness 2. should be usable for blind people who use screen readers (yes, there are blind programmers)
Yes, you are right. So, I've updated dpaste a bit. Status markers should be visible with disabled colors, You can now compile multiple files: http://dpaste.dzfl.pl/ae48ac77 -> http://dpaste.dzfl.pl/f5acfe0a (Although you have to be registered to use this feature) Some other bug fixes. Slowly I am moving to 1.0 Milestone. :))) Bearophile, could you visit us at IRC channel? I will be online at 22.00 (its 15.35 here right now). Because I can't reproduce problem with not visible "New paste" link Thanks! Best regards, Damian Ziemba Thanks.
Jul 09 2012
prev sibling next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
At the moment gives a 403 error :-( Bye, bearophile
Aug 21 2012
parent reply "nazriel" <spam dzfl.pl> writes:
On Tuesday, 21 August 2012 at 23:17:42 UTC, bearophile wrote:
 nazriel:

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
At the moment gives a 403 error :-( Bye, bearophile
Yeah, our hosting provider had migration and due to specification of dpaste, automatic migration of website failed. But I moved it by hand, seems to be working good again. Anyways! * CodeMirror has been updated, some of Opera bugs should be fixed now. * Tags has been added. Thanks to Dejan we already have nice base of tags http://dpaste.dzfl.pl/tags * Mini news system has been added * Users with small resolutions should be able to see Menu's navbar properly now More changes coming soon! :)
Aug 24 2012
parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 But I moved it by hand, seems to be working good again.
Thank you. I have seen that some times it "loses" the selections: if I select a certain "Expiration" or "Others" I'd like it to keep the same choice in my successive pastes in the same session. Bye, bearophile
Aug 24 2012
parent reply "nazriel" <spam dzfl.pl> writes:
On Friday, 24 August 2012 at 22:57:03 UTC, bearophile wrote:
 nazriel:

 But I moved it by hand, seems to be working good again.
Thank you. I have seen that some times it "loses" the selections: if I select a certain "Expiration" or "Others" I'd like it to keep the same choice in my successive pastes in the same session. Bye, bearophile
Done. Thank you for your suggestions! Anyways. New set of improvements arrived. In short: New features * Last commit for Git branch of DMD by Roman D. Boiko * Comments under news and pastes * 3 levels of accessablity for Pastes: public, unlisted, private * Verbose version of compiler used at date of sending paste (ie dmd 2.057) * Social plugins, sharing pastes * Remember paste preference during active session by bearophile * Search box (atm works only for tags) by Dejan Lekic * Custom CAPTCHA module has been replaced with reCAPTCHA * Navbar color change by David "dav1d" Herbert Bug fixes * CodeMirror glitches - this includes upgrading CodeMirror to experimental branch (3.0) + custom dpaste hacks * Session for OAuth should be properly handled now - you should be automatically logged in while visiting dpaste * Minor UI fixes and tweaks * Backend tweaks & fixes in order to allow continues work without problems * Report frame has textarea for filling reason why you report user/paste Sidenotes Service had HUGE refactoring done in its frontend in order to speed up development process. Every feature and bug should be implemented/fixed faster now. **IMPORTANT** If you see any UI glitches, before sending a bug report please Refresh your browser 2 or 3 times. Lots of JS and CSS files has changed and in most cases it will be Cache issue. http://dpaste.dzfl.pl/news/change-log---v0.82
Aug 31 2012
next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 Thank you for your suggestions!
:-) To send a paste both codepad and ideone use "Submit", I find that word more natural than the "Save" used by DPaste, because most times what I want is the code to run. Also, my monitor has a largish font, so paste lines don't have too many columns. So have you tried to put the "Paste settings" on something like a horizontal ribbon at the top of the screen (like an actual program), and leave full width to the lines of code? Bye, bearophile
Aug 31 2012
parent reply "nazriel" <spam dzfl.pl> writes:
On Friday, 31 August 2012 at 20:16:53 UTC, bearophile wrote:
 nazriel:

 Thank you for your suggestions!
:-) To send a paste both codepad and ideone use "Submit", I find that word more natural than the "Save" used by DPaste, because most times what I want is the code to run.
I wanted to keep distinction between 2 different features: Save - saving and (if checked) running code Compile (for registered users) - running code without saving paste itself Not sure if Submit won't clear that distinction
 Also, my monitor has a largish font, so paste lines don't have 
 too many columns. So have you tried to put the "Paste settings" 
 on something like a horizontal ribbon at the top of the screen 
 (like an actual program), and leave full width to the lines of 
 code?
Would it be too much effort if I would ask for screenshot? Would help me a lot to imagine how does it exactly looks. In overall I try to change as less as possible when it comes to UI design. I could ensure that 120 characters fits in one row (when default font is used).
 Bye,
 bearophile
Aug 31 2012
parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 I wanted to keep distinction between 2 different features:
 Save - saving and (if checked) running code
 Compile (for registered users) - running code without saving 
 paste itself

 Not sure if Submit won't clear that distinction
I see.
 Would it be too much effort if I would ask for screenshot?
Probably it's better to show you a screenshot on IRC.
 I could ensure that 120 characters fits in one row (when 
 default font is used).
I probably use a little larger fonts, so there are less columns. Generally you can't design a site assuming everyone uses/sees the same font size. See you, bearophile
Aug 31 2012
parent reply "bearophile" <bearophileHUGS lycos.com> writes:
One problems I see is the "Raw" view shows me the code with no 
indentations at all (and in proportional font, this is not good).

Bye,
bearophile
Sep 01 2012
parent reply "nazriel" <spam dzfl.pl> writes:
On Sunday, 2 September 2012 at 01:32:28 UTC, bearophile wrote:
 One problems I see is the "Raw" view shows me the code with no 
 indentations at all (and in proportional font, this is not 
 good).
Sorry for late reply, been away from computer for whole weekend. I will look into it. What do you mean by proportional font?
Sep 02 2012
parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 What do you mean by proportional font?
A proportional font has character glyphs of different width, like Arial, where a "i" is takes less horizontal space than "W". Bye, bearophile
Sep 02 2012
next sibling parent reply "nazriel" <spam dzfl.pl> writes:
On Sunday, 2 September 2012 at 22:59:00 UTC, bearophile wrote:
 nazriel:

 What do you mean by proportional font?
A proportional font has character glyphs of different width, like Arial, where a "i" is takes less horizontal space than "W". Bye, bearophile
Ach, will be fixed soon :) At the moment I have problems with backend engine which is responsible for building and executing pastes. Machine isn't responding and rebooting doesn't change a thing. I will try to fix this as fast as possible. Meantime "Compile & Run" functionality and dlang.org run-able examples are unavailable. It's still possible to send pastes if you uncheck "Run" box while sending paste. Sorry for that! http://dpaste.dzfl.pl/news/backend-issues Best Regards Damian Ziemba
Sep 06 2012
parent "nazriel" <spam dzfl.pl> writes:
On Thursday, 6 September 2012 at 18:48:59 UTC, nazriel wrote:
 On Sunday, 2 September 2012 at 22:59:00 UTC, bearophile wrote:
 nazriel:

 What do you mean by proportional font?
A proportional font has character glyphs of different width, like Arial, where a "i" is takes less horizontal space than "W". Bye, bearophile
Ach, will be fixed soon :) At the moment I have problems with backend engine which is responsible for building and executing pastes. Machine isn't responding and rebooting doesn't change a thing. I will try to fix this as fast as possible. Meantime "Compile & Run" functionality and dlang.org run-able examples are unavailable. It's still possible to send pastes if you uncheck "Run" box while sending paste. Sorry for that! http://dpaste.dzfl.pl/news/backend-issues Best Regards Damian Ziemba
We are back to business!
Sep 06 2012
prev sibling parent "nazriel" <spam dzfl.pl> writes:
On Sunday, 2 September 2012 at 22:59:00 UTC, bearophile wrote:
 nazriel:

 What do you mean by proportional font?
A proportional font has character glyphs of different width, like Arial, where a "i" is takes less horizontal space than "W". Bye, bearophile
Any chances on getting in touch? I have couple questions Best regards, Damian Ziemba
Sep 17 2012
prev sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
nazriel:

 Done.

 Thank you for your suggestions!
The selection of "Comments allowed" seems to get lost still every time. Bye, bearophile
Sep 02 2012
parent "nazriel" <spam dzfl.pl> writes:
On Sunday, 2 September 2012 at 12:33:00 UTC, bearophile wrote:
 nazriel:

 Done.

 Thank you for your suggestions!
The selection of "Comments allowed" seems to get lost still every time. Bye, bearophile
Fixed
Sep 02 2012
prev sibling next sibling parent reply "zerg" <Sergey.Chelombitko gmail.com> writes:
Github OAuth is not working.

http://dpaste.dzfl.pl/login/github
Aug 31 2012
parent "nazriel" <spam dzfl.pl> writes:
On Saturday, 1 September 2012 at 06:34:01 UTC, zerg wrote:
 Github OAuth is not working.

 http://dpaste.dzfl.pl/login/github
Ups, forgot to upload config file. Fixed
Sep 02 2012
prev sibling next sibling parent "MattCoder" <mattcoder hotmail.com> writes:
On Wednesday, 4 July 2012 at 10:49:12 UTC, nazriel wrote:
 Greetings.

 I would like to share with you, Beta version of 
 http://dpaste.dzfl.pl/
Awesome tool and I usually use at work! Thanks.
Oct 10 2012
prev sibling parent "bearophile" <bearophileHUGS lycos.com> writes:
I suggest to compile with -g (or equivalent), to produce good 
stack traces.
Oct 18 2012