Re: associate Developers for Google

2023-06-18 Thread Cisco Gmail
Hello,What kind of profile you’re looking for Google ?Beginner ? Advanced ?Bien cordialement,Julien Munar.Le 17 juin 2023 à 16:56, Fabiano Leite a écrit :Yes, im here Em sáb., 17 de jun. de 2023 às 11:55, Mz Gz escreveu:Yes me please.On Sat, 17 Jun 2023, 5:43 pm Peter

Re: Django tutor.

2022-07-27 Thread Cisco Gmail
Honestly this Django community is cool, you can ask any question. What do you want to do ? Django rest API or Django in full stack ? Bien cordialement, Julien Munar. > Le 27 juil. 2022 à 18:52, nick washington a écrit : > >  > Cool > >> On Wed, Jul 27, 2022, 18:19 Md Aminul Haque >>

Re: Sockets

2022-07-23 Thread Cisco Gmail
Thanks a lot !!! Julien Munar. > Le 22 juil. 2022 à 10:05, Vkash Poudel a écrit : > >  > Thank you very much for such a quick response > >> On Thu, 21 Jul 2022, 02:43 carlos, wrote: >> Hello, tow info >> >> https://dev.to/buurak/django-rest-framework-websocket-3pb6 >> >>

Gravar um valor num atributo novo da models User

2019-07-05 Thread Marcos - GMail
Customizei meus códigos para os demostrados no curso do Gileno Alves Santa Cruz Filho e ficou muito mais limpo e organizado a parte de customização da minha model User. O que falta pra mim? Eu criei mais um atributo(campo) de nome "Role" na minha models.py "Class User" e gostaria de gravar um ou

Re: How to get object id from database?

2019-05-25 Thread Rob Gmail
Look at the new Boston.com he did a tutorial on exactly this issue Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On May 25, 2019, at 7:25 PM, Yoo wrote: > > Maybe try album__id (two underscores)? Or try album_title as defined in the > Album model. I also advise not

Re: problems with mysql client

2019-05-11 Thread Rob Gmail
Mac OS Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On May 11, 2019, at 11:42 AM, Jorge Gimeno wrote: > > > >> On Sat, May 11, 2019 at 8:16 AM Rob W wrote: >> for my django project, we are using mysql. >> >> no matter how i try to install it, python-mysqldb,

Re: Is it Possible to run django locally without internet connection

2019-05-07 Thread Rob Gmail
Yes you can. I do it for an IOT device that we have using Django/python, many times it does not have an Internet connection but runs fine. Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On May 7, 2019, at 11:38 AM, Idris Adegbite wrote: > > Good day guys, Please

Re: Projects to work on

2019-05-05 Thread Rob Gmail
; Sent from my iPhone > >> On 5 May 2019, at 5:54 PM, Rob Gmail wrote: >> >> Maybe the three of us could work on the same project? >> >> Rob >> 203-671-6514 >> Sent from my mobile device, please excuse the typos. >> >>> On May 5, 2

Re: Projects to work on

2019-05-05 Thread Rob Gmail
> help to me > Can I work with you when you get a project. > > Sent from my iPhone > >> On 5 May 2019, at 5:40 PM, Rob Gmail wrote: >> >> I have a reports project that you might be interested in working on >> >> Rob >> 203-671-6514 >> S

Re: Projects to work on

2019-05-05 Thread Rob Gmail
gt;> On Sun, 5 May 2019 at 6:41 PM, Rob Gmail wrote: >> I have a reports project that you might be interested in working on >> >> Rob >> 203-671-6514 >> Sent from my mobile device, please excuse the typos. >> >>> On May 5, 2019, at 12:56 PM, Jami

Re: Projects to work on

2019-05-05 Thread Rob Gmail
I have a reports project that you might be interested in working on Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On May 5, 2019, at 12:56 PM, Jamiu Olashile Salimon > wrote: > > Hello guys, > > I've been learning Django for about 6 months now. So far, it's been

Re: problems with url and views - new to django

2019-04-23 Thread Rob Gmail
Yes I did Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On Apr 23, 2019, at 11:05 AM, Victor H. Velasquez Rizo > wrote: > > But. Did you get it to work? > >> On Mon, Apr 22, 2019, 11:38 AM Robert Wahoo wrote: >> Actually, I found why I got that last message, was

Unable to override map_template in OSMGeoAdmin in django 1.11.3

2017-07-14 Thread Chew Kok Hoor (gMail)
Hi, I tried overriding the map template using bold line below: class LocationAdmin(geo_admin.OSMGeoAdmin): form = LocationForm map_template = 'gis/admin/google.html In my settings.py I have added my folder: TEMPLATES = [ { 'BACKEND':

Re: Strange named parameter passing style

2016-12-15 Thread GMail
Probably for adding other arguments later without braking function signature? I'm with you on this one, though. Using kwargs everywhere it's possible really helps developing using Django. Maybe this is a subject for django-develop...@googlegroups.com. > On 15 Dec 2016, at 15:39, Alexey

Re: runserver

2016-12-15 Thread GMail
Hi. First off, you don't need sudo to run "runserver" command, unless you're using port <1000 (or something), which you also shouldn't, since runserver is for development only. Second, without the actual traceback there's not much one can do to help you. > On 15 Dec 2016, at 07:31, bhupesh

Re: Problem with views when I try to move urls to a new app (folder)

2016-12-14 Thread GMail
Hi! It looks like the problem is with Site query, not urlconf. Do you use django.contrib.sites? If so, check SITE_ID variable in your django settings, it probably contains non-existant Site id. > On 14 Dec 2016, at 17:31, Uri Even-Chen wrote: > > Dear Django Users, > > I'm

Re: Installing django on python3.5.2. Debian

2016-12-14 Thread GMail
As far as I remember, in Debian-based distributions you have to install pip via another package, usually python-pip or python3-pip. Also, there's a way to install pip via easy_install. And yes, you probably shouldn't use system pip, virtualenv does install pip inside newly created virtual

Re: Problem with makemigrations on Speedy Composer

2016-12-13 Thread GMail
/en/> > <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> > <http://www.linkedin.com/in/urievenchen> <http://github.com/urievenchen> > <http://twitter.com/urievenchen> > > On Tue, Dec 13, 2016 at 5:56 PM, GMail <robosl...@

Re: Problem with makemigrations on Speedy Composer

2016-12-13 Thread GMail
Hi! First guess - SpeedyComposerNamedEntity is not an abstract model. Meta is not inherited from NamedEntity, you have to do that explicitly: class SpeedyComposerNamedEntity(NamedEntity): ... class Meta(NamedEntity.Meta): pass ... > On 13 Dec 2016, at 18:30, Uri

Re: Django Rest Framework Output as list of lists

2016-12-08 Thread GMail
Hi! Seems like more StackOverflow question to me, since it has nothing to do with Django. But anyway, you could use list comprehensions: >>> result = [[x['date'], x['price']] for x in source['navs']] Also, it looks like list of lists is overkill (list uses more memory than tupple), and

Re: Problem with redis on AWS and transition to dynamodb

2016-12-06 Thread GMail
ns - I think the > django-redis-sessions plugin has a short timeout value. > > However this has worked perfectly until just a month ago, so I don't really > see why these changes have come now. > > Med vänliga hälsningar, > > Andréas Kühne > Software Development Mana

Re: Problem with redis on AWS and transition to dynamodb

2016-12-06 Thread GMail
, not so much :-) > > 2016-12-06 14:35 GMT+01:00 GMail <robosl...@gmail.com > <mailto:robosl...@gmail.com>>: > Hi! > > Do you by any chance have any proxy on top of Redis? Seems like Django has > nothing to do with it, though. > > I don't know anythi

Re: Problem with redis on AWS and transition to dynamodb

2016-12-06 Thread GMail
Hi! Do you by any chance have any proxy on top of Redis? Seems like Django has nothing to do with it, though. I don't know anything about dynamodb really, but I think implementing Django cache with dynamo as backend should work. I've implemented Redis Cluster cache for my project and it works

Re: New django user

2016-12-06 Thread GMail
As error page shows, your urlconf doesn't define a view for "/polls" URL. You should fix that. > On 6 Dec 2016, at 14:23, Robert Scronic wrote: > > I received the attached error when trying to verify tutorial part 1 django > error > > what should I do next? > > my django

Re: How to create static selection menu on the side of the page which the body of the page will display dynamic content based on user input?

2016-12-06 Thread GMail
Hi! It seems like a task for a frontend, not for Django. Maybe have a look at ReactJS/AngularJS for such thing? > On 5 Dec 2016, at 22:03, mmbatayneh wrote: > > I have an application that shows content and charts related to the content. > > It works this way: First,

Re: javascript variable to django template

2016-11-15 Thread GMail
Hi, As any other variable: var myAwesomeVar = {{ my_awesome_var }}; alert(myAwesomeVar); > On 15 Nov 2016, at 18:46, kml Awad wrote: > > Hi, > > How can I inject javacript object (variable ) in django template (html) ? > > Thank you for your help. > > regards. >

Re: python3 manage.py migrate got an error

2016-11-11 Thread GMail
Are you, by any chance, trying to put string into DateTime field? > On 11 Nov 2016, at 15:45, Tim Graham wrote: > > The only thing that comes to mind is that mysql.connector may not support the > latest version of Django. > > Try mysqlclient if that's an option for you.

Re: UnboundLocalError

2016-11-10 Thread GMail
render(..., {'testElement': testElement}) > On 10 Nov 2016, at 19:09, GMail <robosl...@gmail.com> wrote: > > Hi! > > That's about Python. You can't use variable if it wasn't defined earlier. > In your code return statement should have one less indentation level: &g

Re: UnboundLocalError

2016-11-10 Thread GMail
Hi! That's about Python. You can't use variable if it wasn't defined earlier. In your code return statement should have one less indentation level: ... if(elemCategory=='routing'): testElement = ApprovedTestElement.objects.filter(testElemType=elemType,routing='Y');

Re: External access

2016-11-07 Thread GMail
ango anymore, this discussion should not take place in django-users@. Feel free to contact me personally though. > On 7 Nov 2016, at 21:53, bob gailer <bgai...@gmail.com> wrote: > > On 11/7/2016 1:23 PM, GMail wrote: >> Wow... Indeed, in Windows telnet is disabled by default. Here's

Re: External access

2016-11-07 Thread GMail
achine (not the one serving Django), since you have no problem accessing your server locally. > On 7 Nov 2016, at 21:19, bob gailer <bgai...@gmail.com> wrote: > > On 11/7/2016 8:51 AM, GMail wrote: >> Hi! Seems like port forwarding doesn't work correctly. Do you have any other >>

Re: External access

2016-11-07 Thread GMail
Hi! Seems like port forwarding doesn't work correctly. Do you have any other ports forwarded (like ssh or ftp)? If so, do they work as expected? What is this command's output: telnet 8000 > On 7 Nov 2016, at 16:48, bob gailer wrote: > > I am running a the django server,

Re: Django1.9 Mongodb support

2016-11-07 Thread GMail
Hi, "without any problem" is a bit strong since you can't just plug mongoengine into Django. You would have to take care of all models and interaction with them. However if Mongo is absolutely required for your project it can be done. > On 5 Nov 2016, at 01:25, mpita1984

Re: How to GROUP BY in django?

2016-11-03 Thread GMail
Hi, if you're planning to group your data after it was retrieved from database, you could use itertools.groupby(): https://docs.python.org/3/library/itertools.html#itertools.groupby If grouping has to take place during

Re: [Ask for help]How to convert django models schema to json?

2016-11-01 Thread GMail
Hi! There's also an alternative to Django REST Framework - Tastypie (https://django-tastypie.readthedocs.io/en/latest/ ). You could use [Namespaced]ModelResource with Django Models. And if you're not interested in API and only want to use

Re: Using socket programming with django

2016-10-25 Thread GMail
Hi! Django follows basic Request->Response cycle, so it wouldn't be possible without Channels or something similar. > On 25 Oct 2016, at 11:46, CHAITANYA BHATIA 5-Yr IDD Computer Sci. & Engg. > wrote: > > I have to implement a chat room using socket

Re: Compiling/packing Django to one binary

2016-10-20 Thread GMail
python). As to VM - currently I'm using porto containers, but without images. Building images would be like building Docker containers. > On 20 Oct 2016, at 15:09, Jani Tiainen <rede...@gmail.com> wrote: > > > > On 20.10.2016 13:39, GMail wrote: >>> How do you ca

Re: Compiling/packing Django to one binary

2016-10-20 Thread GMail
BRARY_PATH if you don't know if there is even > libpq5 in the system, or is it even a correct version? > > On 19.10.2016 16:18, GMail wrote: >> In fact I do have to use LD_LIBRARY_PATH. Mostly because of libpq5. >> And again, I have no control over production server, I don't

Re: Compiling/packing Django to one binary

2016-10-19 Thread GMail
espective of whether you > use virtualenv or not. Have I misunderstood something? > > > On Wed, 19 Oct 2016 16:18:25 +0300, GMail <robosl...@gmail.com> wrote: > >> In fact I do have to use LD_LIBRARY_PATH. Mostly because of libpq5. >> And again, I have no contr

Re: Compiling/packing Django to one binary

2016-10-19 Thread GMail
alenv is common and suggested, but don't need to mess with > LD_LIBRARY_PATH > > you can create the virtualenv in your home directory or the application > directory and run the python executable from the virtualenv, no need to touch > LD_LIBRARY_PATH > > > > On W

Re: Compiling/packing Django to one binary

2016-10-19 Thread GMail
Thanks for replies! I'm aware of Docker solution, but it's not quite what I'm looking for. I don't have any control of a production server, I don't have sudo and I can't install any packages. It also concerns Docker, since it could be not installed. And yes, OS is always Ubuntu Linux in my case,

Django 1.7 Raw Connections in TransactionManagement

2015-02-12 Thread Chew Kok Hoor (gMail)
Hi all, I am using: with transaction.atomic() And in the with block, sometimes I use django query like: models.Customer.objects.count() and sometimes I use cursor, example: with transaction.atomic(): count_customers =

Re: Multi Client Django System

2013-05-27 Thread Richard Cooke (Gmail)
Thanks Frank! Lots of great bed-time reading!! Rich. On 5/23/2013 2:32 PM, Frank Bieniek wrote: Hi Richard, How do you ( a ) get the system to call your "by user" query? *a)* in your views you query manually - see below - organization_list And ( b ) how do you get the system to send in the

trouble with admin page - not /css

2013-01-29 Thread gmail
Hello all i have developed a simple app with Django.1.3.4. To deploy my applications i used mod_python. All work fine except the admin interface when try a login. the home page appears without the correct css and image files .. can you help me?? this is my httpd.conf

django and oracle --

2012-04-28 Thread gmail
hello django boys, i hope someone here can help me. i have a problem with django e oracle. above the code with problem: insert = """insert into modello (title, descrizione, url, prezzo, sconto) values (:title, :descrizione, :url, :prezzo,

Re: ImageField filename

2012-01-27 Thread Damian Soriano (Gmail)
You can define a function that returns the path to upload the image, in this function you receive as argument the object being saved (instance) and the name of the file (filename). You can return whatever you want as a path (that include the filename) def upload_path(instance, filename):

Re: Problem with django book in Forms chapter 7

2011-08-07 Thread Gmail - neonmark
Check the comments on LHS of the Book page. In there is a simple method that works and does not need to remove the middleware. Specifically (as there are loads of comments) Frank Kruchio's comment in the comment section next to this text Try running this locally.

Re: Seperate Image Model

2011-08-07 Thread Gmail - neonmark
Perhaps one of these: http://schbank.wordpress.com/2010/09/28/django-application-a-simple-gallery/ http://djangopackages.com/grids/g/gallery/ http://gitorious.org/django-simple-gallery/django-simple-gallery/trees/master On 8/7/2011 11:33 PM, Josh wrote:

Re: Seperate Image Model

2011-08-07 Thread Gmail - neonmark
consider http://code.google.com/p/django-photologue/ On 8/7/2011 11:33 PM, Josh wrote: I'm only working a few weeks with Django and I want some advice about handling images.  Conceptual I have to remind myself that Django

Re: Komodo IDE better screenshots (worth reading!)

2011-08-01 Thread Gmail - neonmark
Have you tried Aptana. has Django support and uses PyDev - a good tool On 8/1/2011 8:19 PM, Thomas Weholt wrote: Hmmm ... I've had the same problem using PyCharm; it just doesn't look good, but after a while I stopped noticing and started loving the features of that IDE. Tried PyCharm Cal? The

Re: Extending the User form

2011-07-28 Thread Gmail - neonmark
On 7/29/2011 6:11 AM, sandeep kaur wrote: On Thu, Jul 28, 2011 at 4:39 PM, Sheogora wrote: I have extended the User Profile by adding my own field, how do I change the New user form in the admin, to show the new field? This can be done by simply adding your new

Re: Database doubt

2011-07-26 Thread Gmail - neonmark
its also explained quite well how to do this manually - simply follow the tutorial on the site. https://docs.djangoproject.com/en/1.3/ On 7/26/2011 11:50 PM, vaibhav agarwal wrote: Hey, I am coding in django for the first time and I had this doubt about database.At the start of coding , you

Re: Geographic Data on Django

2011-07-26 Thread Gmail - neonmark
Check out this site - with source - uses postgis and does something similar, perhaps, to what you want. https://github.com/openplans/fixcity On 7/27/2011 8:00 AM, Dan H wrote: Hey I am building a website similar to Yelp. I want users to be able to submit data on their interface with a

Re: Commercial Photo App?

2009-10-12 Thread Phoebe Bright gmail
Daniel, Was hoping more for a good photo app that had a checkout rather than a shop that could sell photos. They will take 100s of photos at each event, so handling the photos - tagging, viewing etc. is important. Phoebe. On 12 Oct 2009, at 12:52, Daniel Roseman wrote: > > On Oct 12, 10:33

www.djangosnippets.org is down now?

2008-10-22 Thread Gmail
i found lots of snippets to download,but the server always says it is down. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com

what have changed in django.template when we update from 0.96 to 1.0?

2008-10-18 Thread Gmail
for some reasons ,i put some html fragment if the db and then render them in the template. but when i update to django 1.0, what i get in the rendered html are esceped. in django 1.0 I get My name is divStephane/div. from django.template import Template from django.template import Context t =

Re: static images with built-in django server

2007-10-06 Thread staff-gmail
Tim Chase wrote: >> Thanks. Yes, using relative paths is the right idea - it's a shame that >> the base url's have to be hard coded in the templates. I understand >> from a web efficiency standpoint of Django not handling static content >> but from an application development standpoint this

Re: static images with built-in django server

2007-10-06 Thread staff-gmail
cjl wrote: > John: > > I've added a section at the end of the first chapter of my tutorial > that describes how to serve static content with the Django development > server, which seems to be a frequently asked question. See: > > http://www.instantdjango.com/chapter1.html > > Check it out, and

static images with built-in django server

2007-10-05 Thread staff-gmail
I have read the docs on static files but cannot figure out how to specify an image when using the built-in web server. If I have my media location: /myproject/myapp/media/picture1.png if I have a template file /myproject/myapp/templates/mypage.html if I try : I get nothing. In fact I've

NewForms Choice Field Working ?

2007-10-04 Thread staff-gmail
I'm using vers .96 I converted a char field to have choices old: prefix = models.CharField(maxlength=100, default = 'Mr.') I then changed my model: SALUTATION=( ('Mr.','Mr.'), ('Ms.','Ms.'), ) ... prefix = models.CharField(maxlength=100, choices=SALUTATION, default='Mr.') I then ran

Re: confused over using ORM in view/template

2007-10-03 Thread staff-gmail
nd maybe I will contribute some documentation if I can figure some things out - or maybe I just say the heck with Django attitudes and go back to Rails. I'm losing productivity fast here. Malcolm Tredinnick wrote: > On Wed, 2007-10-03 at 11:22 -0600, staff-gmail wrote: > [...] > >&g

where to put algorithm libraries

2007-10-02 Thread staff-gmail
I have a class full of algorithms - where is the best place to put this in Django so that I can then just "import libxxx" in any model class. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

default locations for css and js files

2007-10-01 Thread staff-gmail
I can't figure out where to put my css and js files. I did not want to hard code the media path in my settings file so it is the default ''. So if I put a css file in my template - where does Django look for the relative path ? Any help appreciated.

Re: Forms vs. Admin?

2007-10-01 Thread staff-gmail
cjl wrote: > John: > > >> I think it would actually be of more benefit if you could/would >> contribute this to the django project and have it on the project site. >> That way we can all contribute to it and make it even better. >> > > Are you referring to my 'Instant Django' website? > >

Re: Should Django have a road map?

2007-10-01 Thread staff-gmail
okay,okay, I'll just write up something and submit it :) I didn't see any welcome or about page on the main site so I'll work on that and include this stuff. Now back to coding. Tim Chase wrote: >> similar - sooo, do you think it's worthwhile to pull this together on a >> about / welcome

Re: Forms vs. Admin?

2007-10-01 Thread staff-gmail
I think it would actually be of more benefit if you could/would contribute this to the django project and have it on the project site. That way we can all contribute to it and make it even better. cjl wrote: > I'm a Django and web-development newcomer, working on a tutorial for > other

Re: Forms vs. Admin?

2007-10-01 Thread staff-gmail
I just posted a ticket (documentation #5645) for something similar - I also think the choice is confusing to new users sooo, let's get some documentation improved on this - feel free to contribute to the ticket - I'll try to do likewise. Horst Gutmann wrote: > Do you mean for other users

Re: Should Django have a road map?

2007-10-01 Thread staff-gmail
Malcolm, well said - I just wasted a bunch of time writing a response that was similar - sooo, do you think it's worthwhile to pull this together on a about / welcome / introduction page under a heading like "How Django Works". Then when these comments come, they can be pointed to the page.

Re: How to create a nested list in a view?

2007-09-30 Thread staff-gmail
You are right - you don't want to do all that in the view. You should be able to pass in your railway_list as an object to the template then in your template show each item as {{railway_list.name}} or something like that. Dan wrote: > Hello All > > I seem to be having a bit of a problem

Re: how to do something at startup

2007-09-28 Thread staff-gmail
James Bennett wrote: > On 9/28/07, Mark Green <[EMAIL PROTECTED]> wrote: > >> i'm looking for a way to perform a bunch of initialization tasks >> right after django startup. >> > > There really is no such thing as "Django startup"; remember that > Django is hosted inside a web server, and

Re: Downloadable HTML documentation?

2007-09-28 Thread staff-gmail
James Bennett wrote: > On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> A search of the group didn't turn this up, so I thought I'd ask: is >> there any way to get an HTML version of the docs other than slurping >> it off the Django site? The indexing and links in the HTML version

Re: what is wrong with my New Forms code

2007-09-28 Thread staff-gmail
to correlate to the if > request.method not the first if. > thks - you are exactly right - I fixed the indentation and all is well. > > -richard > > On Sep 27, 2007, at 10:52 PM, staff-gmail wrote: > > >> I tried the following but it fails in flames with &quo

what is wrong with my New Forms code

2007-09-27 Thread staff-gmail
I tried the following but it fails in flames with "http response required..." I've followed the documentation - am I called the function correctly by a url with "/mymodel_addedit"Can someone help ? urls.py r'^mymodel/addedit/$', 'myproject.myapp.views.mymodel_addedit'), views.py def

Re: Making Django Easier For New Users

2007-09-26 Thread staff-gmail
Russell Keith-Magee wrote: > On 9/25/07, staff-gmail <[EMAIL PROTECTED]> wrote: > >> Just some perspectives from a new user starting to use Django from Rails >> and PHP. I really like the organization of Django (great job guys). >> But due to some of t

Some New User Questions & Suggestions

2007-09-25 Thread staff-gmail
somehow my earlier post got stuck into another thread. As a new user, here are some suggestions & questions: Startup: It is important to note in the documentation that with some distros (ie ubuntu) you need: $ django-admin.py startproject myproject then to create an application: $ cd

Making Django Easier For New Users

2007-09-24 Thread staff-gmail
Just some perspectives from a new user starting to use Django from Rails and PHP. I really like the organization of Django (great job guys). But due to some of the newness, here are some lack of examples that still make Django kind of hard to use or figure out. So while my comments might