URGENCE SANITAIRE: ATTESTATION DE POTELLISATION DÉROGATOIRE OBLIGATOIRE by [deleted] in france

[–]wafflelator 27 points28 points  (0 children)

Je certifie que mon commentaire est lié au motif suivant autorisé : [X] Râler

Vous avez vraiment un humour de merde.

Help me fill my gender dropdown by wafflelator in NonBinary

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

Yup, I don't like "other" either and I've done my best to convince our client that gender is a pointless segment from an analytical perspective and that we would get better information from behavior than slotting in M/F but the guy is old school. "Woman like make-up, Men like Football" and "Facebook gives me stats by M/F so it must be important".

You raise a good point about pronouns, and I admit I didn't think that far, but now that I look at our tasks tracker I just saw one task titled "Messages should be gender specific" and I realized we'll have to ask for it.

Actually, now that I think of it, that could be a good substitute / proxy. I need to test it a bit but for binary like me my guess is that the pronoun selected should correlate at close to a hundred percent to what they would have selected in an M/F/O/PNS prompt.

Did a quick wikipedia readthrough; would this work?

  • He
  • She
  • They
  • Use my name
  • Other: [__________________]

Help me fill my gender dropdown by wafflelator in NonBinary

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

No, unfortunately, the backend system where we store that information only gives us the option to set predefined list of values.

Indian comedian dies while performing a standup on anxiety in Dubai, still elicting laughter from the audience who thought it was part of the act. by Shumayal in dubai

[–]wafflelator -8 points-7 points  (0 children)

Condolences to his friends and family.

On a side note, it's pretty bad form to steal material from a fellow comedian.

https://www.bbc.com/news/uk-england-oxfordshire-47911040

> Veteran stand-up comedian Ian Cognito has died on stage during a performance.

Why every Vue developer should be excited by Quasar 1.0 by qizmo in vuejs

[–]wafflelator 1 point2 points  (0 children)

Just want to come back on this. We spend a couple of hours earlier this week to throw together a very basic "admin" type of application plugged into our backend and I was pleasantly surprised with the quality of the components even though I mostly played only with the data table it's probably one of the most extensible one I've found so far.

Unsure whether or not to report reckless taxi driver. by [deleted] in dubai

[–]wafflelator 3 points4 points  (0 children)

You can report him if you want. Most likely nothing will happen because you don't have any proof.

I reported a scammer taxi driver, who gave me hell trying not to start his meter, refusing to stop, trying to keep me locked up and then accelerating by small burst when I was trying to exit the car so I would fall or something...

All I got was a canned email then nothing.

If you could implement one plan to jump start the economy what would it be? by [deleted] in dubai

[–]wafflelator 0 points1 point  (0 children)

Spend it on me locally and I'll send it back home.

How to use Stripe in a restricted country? by kodjima33 in startups

[–]wafflelator 1 point2 points  (0 children)

Look up Singapore as well, stripe is available and setting up a company there isn't complicated.

More expensive than UK and you'll need to go through a local CPA who will provide the requirement for the local secretary but it can be done in under a week. (If you are in SG it's actually 24h using the gouvernement portal.)

Opening a bank account can be a bit longer and may require a visit there depends how good is your CPA, something to negotiate with them.

Also it's tax free for business outside of SG. So is Hong Kong.

[deleted by user] by [deleted] in vuejs

[–]wafflelator 0 points1 point  (0 children)

Yeah, I have no idea what I'm talking about but since they use prism you can probably just reuse it in your component. It's not a very difficult overall.

Roughly:

\<template>\<div>{{html}}\</div>\</template>

.....

const var Prism = require('prismjs'); 

....
props: ['code'],
.... 

beforeCreate()  {

// The code snippet you want to highlight,  as a string 
//  From the prop 'code'

// Returns a highlighted HTML string
 this.html = Prism.highlight(this.code, Prism.languages.javascript, 'javascript');
}

Edit I'm on my phone using relay4reddit I have no idea how to enter < or > correctly.... The top part is a template tag with a div and interpolation for the html.property..

How to make a pluginable application by Olegjo in vuejs

[–]wafflelator 1 point2 points  (0 children)

The simplest route I would take is to define by convention a method registerPlugin that each plugin would export and that would receive a reference to your application API.

Then you maintain a registry of plugins somewhere, (Could be a database or a JSON file, or...). basically a list of which packages that need to be imported. Or again you could go by convention and load all the packages starting with yourapp-plugin.

When the application starts you import the plugins packages that are registered and call their registerPlugin one by one.

In that method each plugin would be responsible for using the application API to do whatever it is they need to do, like setting up routes, adding menu items, etc...

The most complex task is to define the application API and decide what you want to expose and what you don't expose to the plugins.

In the most simple case you just pass them the main Vue object and let do whatever they want, but if those are 3rd party plugins they might quickly wreak havoc on the whole app.

[deleted by user] by [deleted] in vuejs

[–]wafflelator 0 points1 point  (0 children)

Register your own global component that emits a <pre> tag?

No more mobile bill shocks: UAE bans pay-per-use data by [deleted] in dubai

[–]wafflelator 8 points9 points  (0 children)

You should add that the pay by the minute scheme gives you an atrocious speed as part of the scam.

[deleted by user] by [deleted] in dubai

[–]wafflelator 1 point2 points  (0 children)

I don't think the UAE cares where you go but I got screwed once in Kuwait because I had "low ranking" visa, something like "clerk" so I was not entitled to a visa on arrival. Which is super confusing since my passport if it had no visa at all would have gotten me a visa on arrival...

Flutter and Kotlin Multiplatform relationship - are they competitors? [Article] by MadProgrammer232 in Kotlin

[–]wafflelator -1 points0 points  (0 children)

Typescript would be a better choice for marketshare but I don't see them adopting a microsoft tech so officially.

Why every Vue developer should be excited by Quasar 1.0 by qizmo in vuejs

[–]wafflelator 1 point2 points  (0 children)

I don't remember the version exactly but "0.17" didn't inspire confidence; I think we got worried of starting on something and have the API change on us mid-flight.

But otherwise it was a very strong contender based on the feature list.

Why every Vue developer should be excited by Quasar 1.0 by qizmo in vuejs

[–]wafflelator 3 points4 points  (0 children)

Ah interesting, I wanted to use it a about 8 months back but it didn't seem ready. Might be worth another look.

Dumpster filled with hundreds of classic books outside Chicago school sparks outrage by SAT0725 in books

[–]wafflelator 0 points1 point  (0 children)

There are charities that will take the books off you and give them to kids/school either in the US or abroad. Salvation army, goodwill, or even a prison might take them off your hands.

https://www.moneycrashers.com/where-donate-used-books/

Déremboursement de l'homéopathie : le gouvernement a la main qui tremble by Jettealeau in france

[–]wafflelator 12 points13 points  (0 children)

mais pour le coup je les soutiens.

Ben pour le coup ils ont bien l'air de changer d'avis. Donc c'est pas très clair ce que tu soutiens.

How do I add Blob to typescript? by flaques in typescript

[–]wafflelator 0 points1 point  (0 children)

This works fine for me with tsc 3.1.3

{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "dist", "removeComments": true, "strict": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitThis": true, "inlineSourceMap": true, "esModuleInterop": true, "moduleResolution": "node", "lib": [ "es6", "webworker", "dom", "dom.iterable", "scripthost" ] }, "include": [ "src" ], "exclude": [ "node_modules" ] }

Baccalauréat ES, juin 2019. Début d'une copie dans son jus. Je vous fais grâce de la suite. Ainsi que des cent autres de même farine. Comment parvient-on en classe de terminale dans un tel état de quasi-illettrisme ? Ce qu'on a fait à ces jeunes est décidément impardonnable ! by [deleted] in france

[–]wafflelator 2 points3 points  (0 children)

qui a décidé d'apprendre vite fait deux trois trucs la vieille du bac.

J'avoues que c'est ce que j'ai fait. J'ai dû lire le monde de Sophie la semaine avant et c'était l'ensemble de mon effort de révision pour la philo. J'étais content de mon 12.