2 Aug 2023 |
| ᛘᛁᛅᛚᚾᛁᛦ banned @daley_:matrix.org (spam). | 07:37:41 |
27 Jul 2023 |
belst | I don't care about touch | 13:51:53 |
belst | it overlaps with a lot of other interactive things now | 13:52:07 |
belst | I tried @include mat.datepicker-density(-1) but it doesn't change anything | 13:53:11 |
| @daley_:matrix.org | 21:49:14 |
| @daley_:matrix.org | 21:54:33 |
28 Jul 2023 |
@daley_:matrix.org | Do you know that you can earn $5,000 or more weekly from crypto Trading? With Just $500… 100% Inbox Admin on Telegram for more details 👇👇👇👇👇👇 https://t.me/PROFITSWITHSTEVE | 13:29:10 |
| ᛘᛁᛅᛚᚾᛁᛦ banned @daley_:matrix.org (spam). | 14:22:54 |
| @u8353v:matrix.org joined the room. | 17:45:11 |
| @u8353v:matrix.org left the room. | 17:45:21 |
| jgornick (Joe Gornick) changed their profile picture. | 19:03:53 |
4 Aug 2023 |
Feeds | New post in Angular Blog: Notice of XSS issue affecting Angular Universal 16.1.0–16.1.1 | 23:39:51 |
11 Aug 2023 |
| Charles Tang changed their display name from tang9ian (Charles Tang) to Charles Tang. | 18:52:39 |
13 Aug 2023 |
| naaji joined the room. | 10:31:44 |
14 Aug 2023 |
| @joseph54:matrix.org joined the room. | 23:47:19 |
15 Aug 2023 |
| ᛘᛁᛅᛚᚾᛁᛦ banned @joseph54:matrix.org (spam). | 00:18:09 |
17 Aug 2023 |
| Kiran Pathe joined the room. | 14:01:57 |
Kiran Pathe | can we set autoHeight to cdkviewport ? | 14:05:24 |
brahimkraiem (brahimkraiem) | Hello
i would like to download eml file using this javascript code
const downloadEMLFile = async () => {
try {
const response = await axios.get(url.replace('http:', 'https:'), {
responseType: 'arraybuffer' // Important: Specify the response type as blob
});
const blob = new Blob([response.data], { type: 'message/rfc822' });
const urlBlob = URL.createObjectURL(blob);
const a = window.document.createElement('a');
a.style.display = 'none';
a.href = urlBlob;
a.download = url.split('/').reverse()[0];
window.document.body.appendChild(a);
a.click();
window.URL.revokeObjectURL(url);
} catch (error) {
console.error('Error downloading EML file:', error);
}
}; | 14:47:02 |
27 Aug 2023 |
| kuncevic changed their display name from kuncevic (Aliaksei Kuncevič) to kuncevic. | 09:24:41 |
28 Aug 2023 |
| @heinzhalbrand:matrix.org joined the room. | 13:07:17 |
29 Aug 2023 |
Feeds | New post in Angular Blog: Protractor Deprecation Update August 2023 | 00:22:30 |
| @heinzhalbrand:matrix.org left the room. | 05:05:27 |
7 Sep 2023 |
| Antón Vega joined the room. | 13:43:11 |
| allahisakbar joined the room. | 17:48:57 |
Feeds | New post in Angular Blog: New free, interactive Angular course for beginners on Sololearn | 18:34:37 |
13 Sep 2023 |
| Валерія Загонтова joined the room. | 05:01:34 |
18 Sep 2023 |
| Prathamesh B joined the room. | 19:56:44 |
| Prathamesh B changed their display name from Prathamesh Bhosale to Prathamesh B. | 20:06:41 |
20 Sep 2023 |
| akjk32002 joined the room. | 23:19:25 |