Chris Curvey

Results 21 issues of Chris Curvey

1. Create two databases (foo and bar) on the same server, owned by the same user. 2. Define a connection in OmniDB to connect to "foo". 3. Open a connection...

bug

Server is 2.17.0 running at AWS. Client is Google Chrome 81.0.4044.138 I can connect to the server and run queries. I can click the export button, and pick CSV or...

bug

per your request from the error message: ORIGINAL STRING: ABDULAH AL NASSER PARSED TOKENS: [('ABDULAH', 'Surname'), ('AL', 'GivenName'), ('NASSER', 'Surname')] UNCERTAIN LABEL: Surname

I think the regex is seeing the "Mar" in "Marseilles" as "March", and it's confusing things. ``` import unittest import datefinder class AAATestDateFinder(unittest.TestCase): def test_birth_date(self): # this works. Yay! text...

I must missing something obvious. I tried this: $("#id_letter_types").addOption(data.letter_types, false); but I'm getting "Uncaught Type Error: Object [object Object] has no method addOption" (chrome's developer tools tell me that #id_letter_types...

relevant part of stack trace... ``` C:\Users\ccurvey\Envs\saskia\lib\site-packages\flatpages_tinymce\settings.py in TEMPLATE_DIR = getattr(settings, "FLATPAGES_TEMPLATE_DIR", os.path.join(settings.TEMPLATE_DIRS[0], 'flatpages')) ``` do I have to make an adjustment to my settings file? I tried settings FLATPAGES_TEMPLATE_DIR,...

I can't be the first person to ask this...I feel like I'm having a brain cramp. ``` class Profile(models.Model): timezone = TimeZoneField(default="America/New_York") class ProfileForm(forms.ModelForm): class Meta: model = Profile fields...

it seems that the `HTML2Text` class is a subclass of `_markupbase.ParserBase`, which requires subclasses to implement their own `error()` method. When I am trying to parse some HTML that is...

new release listed on home page, but setup.py still refers to 1.12

I'm in way over my head here...kind of feel like the blind pig that found an acorn. Anyway, I'm trying to process a PDF that contains the following items: 10...