Hacker Newsnew | past | comments | ask | show | jobs | submit | oliveralbertini's commentslogin

Can you get through https api the data on the spreadsheet ?


If you were asking, "Can I use an API to access data in my sheets from other apps/services?" - no, not today, but we'll add that at some point in the future.

Or if you were asking, "Can I query APIs to get data onto the spreadsheet?" Yes, you can do that today in Quadratic with Fetch() in JS or Requests in Python.


the repository links is dead


What's the diff with Gluu https://gluu.org/ ?


What about changing the default USER in the dockerfile?


I think you're not the only one that mentioned this omission, I'll throw in since it seems to be pretty poorly highlighted and has some surprising failure modes:

When you use the USER directive to set up a working user in Dockerfile, be explicit about UID and use the numeric UID.

What works 99% of the time is to use alpha username in the "USER" directive. You can get some surprising artifacts if the container runtime hits this rare bug[1]. There are likely several other great ways this can go wrong, as well. Somewhere deep in the manual, it is suggested that you should only use a numeric UID, even though USER accepts an alphanumeric username most of the time, but if you look at container images built by OpenShift and other pro docker-ers, you will see they always do this with a numeric UID.

[1]: https://forums.docker.com/t/unable-to-find-user-root-no-matc...


Interesting, we use rabbitmq instead of kafka and we have a re-indexation system... not sure if it's more complex for what I see.


can you add some examples on how to use it ?


what's about battery ?


You can finish reading and turn of your screen 3 seconds earlier so you'll save battery.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: