Questions tagged [pins]
122 questions
9
votes
1 answer
Use PowerShell to unpin Taskbar shortcut depending on shortcut Target Path
Having an issue with some PowerShell. Basically I am trying to remove certain Taskbar shortcuts based on the shortcuts path/exe file.
The following code I have gets the pinned shortcuts and their name from the AppData folder:
Function…

pcoul
- 127
- 1
- 1
- 7
8
votes
3 answers
RuntimeError in PinsController#index: declare the formats your controller responds to in the class level
While working on my rails app I created a "Pins" scaffold using the following command in my terminal:
rails generate scaffold Pins description:string --skip-stylesheets
This creates the scaffold in my applications and then I run:
rake…

Kinan
- 85
- 1
- 5
7
votes
1 answer
Retrieve pinterest pin comments through the API
I am using the v1 API ( https://api.pinterest.com/v1/pins/{PIN_ID}/ ... ) but there is no documentation on how to retrieve comments for certain pin.
So how do you do that?

Zhivko
- 550
- 4
- 16
6
votes
2 answers
Displaying total number as text for multiple pins with one pin at the same location in map in android
Displaying total number as text for multiple pins at the same location in map in android
I have 5 images to display on same latitude and longitude.. so I want to give total number as text with one image.. and when I click on that image than display…

Dara Saini
- 293
- 1
- 3
- 15
4
votes
1 answer
Arduino sketch does not work, the pins do not output anything
I have an Arduino Uno, and I'm trying to control my s107g rc helicopter with it. This code was available for download along with a few Youtube videos showing tests of it. So when I tried it with the IR led it didn't work.
I tested it with normal…

Matthew Brand
- 83
- 7
3
votes
2 answers
Only a limited amount of pins are being displayed in mobile device compared to PC
I am loading a map view. And I am adding pins to the map, based on address of the contacts in address book. I am having some strange cases where some pins(maybe 2 out of 10) don't drop in the map view . I have checked the address, which is valid.…

Xavi Valero
- 2,047
- 7
- 42
- 80
3
votes
0 answers
Pins + Vetiver vs MLflow which one to choose for MLOps
I am a big fan boy of tidymodels and played around with vetiver + pins in R and Python in order to not only develop models but actually deploy them.
However, if you are looking for tools that support in the area of MLOps, sooner or later you will…

Mischa
- 137
- 8
3
votes
2 answers
Arduino ESP32 I2C can I set custom pins for SLAVE (Client)
tl;dr can someone tell me if it is possible to set custom pins for an I2C slave (client, peripheral) within the Arduino environment?
Context
On an ESP32 (ESP32-WROVER from Freenove) I am trying to communicate with 2 devices that are I2C masters…

George Dolbier
- 56
- 4
2
votes
2 answers
map zoom in/out to include all the pins dynamically
I have a map that displays pins and infowindow for each pin. The zoom level is 9 and at that zoom level, some pins are not displayed. I need to control the zoom level dynamically as to show all the pins in the map canvas at a time.

Anjana Sharma
- 4,535
- 5
- 37
- 51
2
votes
0 answers
Explanation of "Boards" in Pins R-Package
I am mainly interested in the "Boards" created using any of the board_ variants from the pins package. When you do so, I don't "see" a board (or at least a folder representing a board, maybe like how a .git folder would contain all the commit hashes…

jwojcik_dec
- 21
- 2
2
votes
1 answer
Does the Pinterest validator work?
I'm trying to embed rich pins to our website. I used Schema.org for Product. While Google validates correctly the page, when I m trying the Pinterest validator I'm always getting the following error:
The data we scraped from your site could not be…

panipsilos
- 2,219
- 11
- 37
- 53
2
votes
2 answers
posting on a board name which contains whitespaces in pinterest
I have a code which successfully posts pins on boards which do not contain whitespace characters, such as "mysocialboard" . But when I try to post on boards which contain whitespace characters, such as "my social board", it gives an error of board…

pratibha tiwari
- 41
- 4
2
votes
1 answer
Hide "Quick Access" pushpin icons in Windows 10 navpane?
So, I'm trying to create a minimal navigation pane in Windows Explorer on Windows 10. Under the Quick Access menu, I have pinned some favorites and frequently accessed folders/shortcuts. I believe that it'd look neater -cleaner-, to not have the…

T. Bentley
- 21
- 5
2
votes
1 answer
Updating annotations on the map asynchronous with the app
I am trying to add activity indicator while updating annotation on the map. But it seems not to work such a way. Application screen disables and becomes frozen once process of update is started, so that's why probably activity indicator is not…

Stanislav
- 113
- 1
- 13
2
votes
1 answer
How to use Arduino Uno analog pins as digital pins with pyfirmata
I am trying to use Arduino analog pins (A0-A5) as digital pins (D14-D19) with pyfirmata. I'm doing a simple blink test with D14 (or A0) to test this:
#!/usr/bin/python
# Blink test with analog as digital pins
# Import required libraries
from…

Dot Silverman
- 29
- 1
- 2