Your feedback is very important to us. We value customer feedback and participation. Your question has been forwarded to the responsible people who will contact you shortly with a full and complete answer.
In the meantime, would you like to complete a customer satisfaction survey?
Your feedback is very important to us. We value customer feedback and participation. Your question has been forwarded to the responsible people who will contact you shortly with a full and complete answer.
In the meantime, would you like to complete a customer satisfaction survey?
I once asked a question on the RavenDB google group before I was a real paying RavenDB customer. In less than 30 minutes, the question was answered with "It's a bug, I just fixed it and it will be in the next nightly build" or something similar.
I (or rather the customer I was working for) became a paying RavenDB customer shortly thereafter.
There is no such thing as bug free software. And when you can get a fix within 24 hours as opposed to waiting 6 months for a service pack, or two years for a new release, that is a vastly better system for the customer.
When I first started experimenting with RavenDB about a month or so ago, honestly I've lost track of how long ago it was, could probably find it in the google group archives, I was having a problem starting the RavenDB server on both my home machine and the one at work. I gave a shout-out for help on the google group and after exchanging a couple of emails Oren contacted me on Skype and we had the problem resolved within 20 minutes or so. BTW, I never did figure out how NLOG got into the GAC on those two machines. I haven't found anything that was broken by removing it.
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
RavenDB 7.1: Next-Gen Pagers - 5 days from now
RavenDB 7.1: Write modes - 7 days from now
RavenDB 7.1: Reclaiming disk space - 9 days from now
RavenDB 7.1: Shared Journals - 12 days from now
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 03 Feb 2025 - Giving file system developer ulcer
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
@Ayende, Off-topic.
Every time i accidently use IE to read your blog, the RavenDBProfiler throws errors at me.
The error is on templates.forEach (line 13) - forEach throws "Object doesn't support this property or method"
Moti,
Your feedback is very important to us. We value customer feedback and participation. Your question has been forwarded to the responsible people who will contact you shortly with a full and complete answer.
In the meantime, would you like to complete a customer satisfaction survey?
Owen,
Your feedback is very important to us. We value customer feedback and participation. Your question has been forwarded to the responsible people who will contact you shortly with a full and complete answer.
In the meantime, would you like to complete a customer satisfaction survey?
I once asked a question on the RavenDB google group before I was a real paying RavenDB customer. In less than 30 minutes, the question was answered with "It's a bug, I just fixed it and it will be in the next nightly build" or something similar.
I (or rather the customer I was working for) became a paying RavenDB customer shortly thereafter.
Jason, it's really a blessing if customers don't mind being also beta-testers ;)
@Rafal,
There is no such thing as bug free software. And when you can get a fix within 24 hours as opposed to waiting 6 months for a service pack, or two years for a new release, that is a vastly better system for the customer.
When I first started experimenting with RavenDB about a month or so ago, honestly I've lost track of how long ago it was, could probably find it in the google group archives, I was having a problem starting the RavenDB server on both my home machine and the one at work. I gave a shout-out for help on the google group and after exchanging a couple of emails Oren contacted me on Skype and we had the problem resolved within 20 minutes or so. BTW, I never did figure out how NLOG got into the GAC on those two machines. I haven't found anything that was broken by removing it.
Comment preview