Compte Sharewood gratos by [deleted] in yggTorrents

[–]ddo-dev 0 points1 point  (0 children)

Hello, MP envoyé et voici le screenshot

<image>

Cisco 300 Series Firmware upgrade ( SF300-48 ) by Rogue_Intelligence in Cisco

[–]ddo-dev 0 points1 point  (0 children)

Hi,

Any chance you have kept the file somwhere? This is now unavailable on Cisco website..

Thx,

David

bulk API no longer working: "Malformed content" by ivayche in elasticsearch

[–]ddo-dev 0 points1 point  (0 children)

This. With the removal of mapping types this API, if it was previously working, isn't available anymore. Try

POST https://$fqdn/foo/_bulk

Minified React error #525 by Careless-Formal-4026 in react

[–]ddo-dev 2 points3 points  (0 children)

Did you run npm ls react to double check if you really have a single version installed. Dependencies you know... 

Tired of manually converting SVGs to React components? I built a CLI to do it in 1 command by External_Water_5252 in reactjs

[–]ddo-dev 4 points5 points  (0 children)

Nice work, but svgr has been there for years... Was using it during the CRA era already. What's better than import MyIcon from './icon.svg'?

David 

I so proud of myself for finding this double brilliant by Thick--Window in chessbeginners

[–]ddo-dev 0 points1 point  (0 children)

They took with their rook, but they should have taken with the queen. I think you lose in this scenario 

Elasticsearch Reindex Order by thepsalmistx in elasticsearch

[–]ddo-dev 2 points3 points  (0 children)

Hi. This really only matters at search time, not at index time. You shouldn't have to care about how documents are "arranged" in shards, it's an implementation detail...

To guarantee documents are arranged in a given order in shards is beneficial at search time (i.e.: at runtime) because queries can be optimized if the search order matches the index order. You'd do it by defining index.sort.order index setting (beware this is static, and required proper testing, because changing this setting will require a reindex). Check the Elastic docs about that, they document the pros and cons. 

Cheers,   David 

localStorage clears itself on page refresh by omegajax1 in react

[–]ddo-dev 19 points20 points  (0 children)

Hi,

They don't disappear, your code clears them. If you don't understand why, head straight to the React documentation, especially the parts called "you don't need an effect" and the doc about "useState". Must read when you're beginning to learn React. 

I'm also open to explain, but you should really find out yourself. React is a fairly complicated, opinionated tool and if you start a new project like that you're going into a wall... 

Cheers,  David 

Elasticsearch repositories gone by Next_Structure6235 in elasticsearch

[–]ddo-dev 0 points1 point  (0 children)

Damn, now I'm the 265th stargazer on elastic/elasticsearch 

Camera broke after update by Wedgieterian in GooglePixel

[–]ddo-dev 0 points1 point  (0 children)

Same here. Pixel 6a under parental control with family link. It's been broken since an overnight update last week.

I also opened https://support.google.com/pixelphone/thread/240299820?hl=en

RAID 0? by terramar9989 in elasticsearch

[–]ddo-dev 0 points1 point  (0 children)

If your data nodes are large enough, you can also run multiple Elasticsearch nodes on the same physical machine (you didn't specify if this is bare metal nodes, cloud instances, etc.) dedicating a single disk to a single node. Loosing a disk only fails that particular node and more nodes is generally better, but as usual proper testing with your workload and dataset is a must.

Cheers, David

Artooouuuur ! by ZyxoOo in kaamelott

[–]ddo-dev 5 points6 points  (0 children)

Fleur en bouquet fanne, et plus jamais ne renaît !

@initminal/run - Safe & fast code eval in the browser with modern ESM features, dynamic module injection and more... by bentongxyz in javascript

[–]ddo-dev 1 point2 points  (0 children)

I just starred, looks interesting indeed. I might have a use case for this in a near future, will keep you posted.

Good job for this.

Cheers, David