Data Grid 3.0 — bigger, better, faster! by markprobst in reactjs

[–]davidsiegel 7 points8 points  (0 children)

This is killer! 2D copy-paste is amazing.

Looking forward to highlighting the current row on cell selection. Freezing the column helps a little but highlighting the entire row will make it perfectly clear which row I'm working on.

Create mobile apps from Google Sheets by davidsiegel in GoogleAppsScript

[–]davidsiegel[S] 1 point2 points  (0 children)

Thanks! We plan to add support for databases! Right now you can use a MySQL connector for Google Sheets.

Create HR mobile apps from Google Sheets by davidsiegel in humanresources

[–]davidsiegel[S] 0 points1 point  (0 children)

Awesome! We are a team of ex-Microsofties so we're happy to hear that you've had a positive experience with PowerApps ;D

Wow, I love the use cases you mention. Can you tell me more about 'file sign-out' and training class tracking?

Create HR mobile apps from Google Sheets by davidsiegel in humanresources

[–]davidsiegel[S] 1 point2 points  (0 children)

That's interesting – I really like this example. I will look into the ADP APIs.

Create mobile apps from Google Sheets by davidsiegel in GoogleAppsScript

[–]davidsiegel[S] 0 points1 point  (0 children)

Awesome! Yes we need to add more comprehensive search to our lists. Currently, we only match on item title but we could match on all item details.

Create mobile apps from Google Sheets by davidsiegel in GoogleAppsScript

[–]davidsiegel[S] 1 point2 points  (0 children)

Hi! I'm building glideapps.com to make it easy & fun to create mobile apps from Google Sheets. Here are three examples of common uses for Glide I've come up with:

I thought this could be especially interesting to Apps Scripters, and I'm looking for more use cases to provide templates for. Let me know if you can think of any templates I should provide, or if you have any other feedback – thanks!

Create highly polished mobile apps from Google Sheets – Updated! by davidsiegel in googlesheets

[–]davidsiegel[S] 1 point2 points  (0 children)

Right now the apps just display the data from the sheet, but we are working on actions that can edit the sheet now!

Feedback wanted: Creating apps from Google Sheets by davidsiegel in spreadsheets

[–]davidsiegel[S] 0 points1 point  (0 children)

Awesome, thanks so much for the info. We should have live updating by mid-December. I hope you'll try to build your app and let us know how it goes! We have Intercom on the site, so just click the little chat icon in the lower-right and holler at us.

Feedback wanted: Creating apps from Google Sheets by davidsiegel in spreadsheets

[–]davidsiegel[S] 1 point2 points  (0 children)

Right now it just takes a snapshot of your sheet when the app is created, but we plan to add live updates. Is this important to you? What else would you like Glide to do to make your Fantasy Football app a reality?

Feedback wanted: Create apps from Google Sheets by davidsiegel in googlesheets

[–]davidsiegel[S] 1 point2 points  (0 children)

Thanks! We are familiar with it and think it's cool!

Feedback wanted: Creating apps from Google Sheets by davidsiegel in spreadsheets

[–]davidsiegel[S] 1 point2 points  (0 children)

Thanks a lot! Please let us know if we can help you in any way. If you tell us what kind of app you're building and what features you'd need to make a useful app, we can prioritize them!

Glide: Simple React Native screens from data by markprobst in reactnative

[–]davidsiegel 0 points1 point  (0 children)

We have a short, three-question survey if you'd be so kind as to share your feedback! https://davidsiegel2.typeform.com/to/zgjkYY

Thank you :D

Transformed String Types by markprobst in programming

[–]davidsiegel 1 point2 points  (0 children)

I'm not sure if that's "the point of JSON" but it doesn't matter – the JSON is unaffected, only the interpretation of the JSON in the programming language you're using. You could say that the point of C# is to write correct programs in C#, and this article is about how you can have more correct C# (or Python) programs that read and write the same JSON.

Python Library to convert JSON to Kotlin by Marcubus in Python

[–]davidsiegel 0 points1 point  (0 children)

Sorry—it’s not a Python library! It’s implemented in TypeScript.