I think that this is a slightly uncharitable view of OSS devs, but not terribly
inaccurate.
> On Jan 29, 2016, at 1:30 PM, Quincey Morris
> wrote:
>
> On Jan 29, 2016, at 09:27 , thatsanicehatyouh...@me.com wrote:
>>
>> One thing I forget to add; probably the *very best way* to address this
Keep in mind that LGPL restrictions got tighter in v3, and I know there remain
many projects out there that are LGPL but have refused v3 for these reasons.
> On Jan 29, 2016, at 11:28 AM, thatsanicehatyouh...@me.com wrote:
>
> Hi,
>
> Thanks to everyone who answered or commented on this questio
There are/were some restrictions on GPL, but even those often go through and
only get removed in the instance of a dispute. I think there has been some
redressing of specific language in the GPL to address the issues. LGPL should
be fine though, and there is a fair amount go GPL code in AppStore
Now you are getting into the nitty gritty of LGPL wording and implementation,
at that point, it becomes more about working with the copyright holder to
ensure you are complying with the intended spirit of the license, or engaging a
lawyer to get him to sign off on a willingness to defend the imp
Sorry I didn't see this, I was KO'd by the pollen and seasonal allergies. Yes
this is an issue with PGSQLkit, I have confirmed it and will be committing a
change today based upon yours to address this. Thanks for patch!
--
Andy 'Dru' Satori
On Thursday, March
tthe feels like a Windows App on the Mac?' conundrum
--
Andy 'Dru' Satori
On Tuesday, May 17, 2011 at 11:40 AM, Uli Kusterer wrote:
> On 17.05.2011, at 14:54, Andy Lee wrote:
> > On May 17, 2011, at 8:44 AM, Andy Lee wrote
to write your own web server.
Andy 'Dru' Satori - all typos courtesy of fat finger and an iPad
On Dec 6, 2010, at 12:21 PM, Todd Freese wrote:
> I have an existing CoreData app that now needs to share it's data via JSON.
> Can anyone recommend a framework or sample code
DBMS
advocates in this community (PostgreSQLforMac, ODBCKit, PGSQLKit, and the
unreleased TDSKit are all my projects), but when it comes to iOS, I just do not
feel that the existing client libraries are the best solution.
Andy 'Dru' Satori
On Oct 6, 2010, at 10:47 AM, colors wrote:
UTF-8, you'll be
fine, but there are issues with the us_FR and a few others.
Andy 'Dru' Satori
On Apr 29, 2010, at 12:53 PM, Joshua Tidsbury wrote:
> Flavio,
>> Well... That's a good enough reason. Driving that Sun stuff through exec()
>> and command-line utilit
not reinventing the wheel and
using a preexisting framework.
Andy 'Dru' Satori
On Apr 27, 2010, at 9:04 PM, Joshua Tidsbury wrote:
> Hello everyone,
>
> I'm in the process of developing one of my first Cocoa applications, and I'm
> looking for some advice to keep
Honestly I am surprised that apple has not adopted one of the OSS database
engines as a standard db in osx and implemented core data on top of it for
multi user implementations.
If for no other reason than to shoot at Microsoft over the mssql as part of the
file system debacle
Andy
It has quirks, but the long term, I think it is a design
that we will see more and more of. CouchDB is very very slick, but it has some
issues behind the scenes particularly in terms of performance.
Andy 'Dru' Satori
On Apr 12, 2010, at 2:05 PM, Jens Alfke wrote:
>
> On Apr
project demands it.
Andy 'Dru' Satori
On Apr 12, 2010, at 12:33 PM, Jens Alfke wrote:
>
> On Apr 12, 2010, at 7:36 AM, Billy Flatman wrote:
>
>> Is it possible to get core data data models to save differently, one for a
>> document save which for ex
an be difficult to
come to grips with after years of working directly with SQL in other worlds.
Andy 'Dru' Satori
On Apr 12, 2010, at 9:38 AM, Billy Flatman wrote:
> Hi all,
>
> I'm trying to find the best approach to data storage with a cocoa application.
> I've
In this particular case, they do not, but you are correct, it should filter /
encode those values. As I said in the mail, it hasn't been reviewed that
heavily yet. It probably leaks like a sieve too :-)
Andy 'Dru' Satori
On Apr 9, 2010, at 12:59 PM, Jens Alfke wrote:
>
et called multiple times for the
// text in a single element
- (void)parser:(NSXMLParser *)parser
foundCharacters:(NSString *)string
{
NSLog(@"found characters: %@", string);
[inprocessString appendString:string];
}
@end
This is more or less code that is in use, but I k
This is a really common problem for developers coming from other platforms. In
the Windows world the only thing really analogous to retain/release is the COM
addref concepts, and even those lack the equivalent of autorelease.
The short version, in my experience, is when in doubt, manage the mem
17 matches
Mail list logo