-
Allows adding empty person with no name and just birthday. I think this is a feature flaw as the use case of this is frankly redundant. It also allows creation of empty persons without any fields, the…
-
Steps to reproduce:
- As per the UG, I have inputted `add ic/S0914567D n/John Doe g/M b/10-07-2003 p/98765432 e/johnd@example.com d/Penicillin|\nCephalosporins i/Infectious Diseases i/Genetic Disord…
-
```
ProfileField enumeration does not contain value for the "birthday_date"
parameter.
This blocks the ability to get "birthday_date" value from the Facebook
users_getInfo call.
```
Original issue r…
-
![image](https://user-images.githubusercontent.com/19593836/96508326-cf43f680-1230-11eb-8f79-d6c2296e2da6.png)
I think it looks for the nearest date instead of the incoming next date
-
Стандартно записано 0000-00-00, але рушій не сприймає таку дату. Необхідні зміни зробив #55
-
-
```
using System;
using System.Collections.Generic;
using DHTMLX.Scheduler;
using DHTMLX.Scheduler.RecurringEvents;
public class Program
{
public static void Main()
{
var timestampForOc…
-
How to reproduce: Key in `edit 1 2 3 d/PGPR` repeatedly in the command box.
Expected: 2nd edit to be able to detect repeated editing with the same input and then blocking that input with an error mes…
-
```
ProfileField enumeration does not contain value for the "birthday_date"
parameter.
This blocks the ability to get "birthday_date" value from the Facebook
users_getInfo call.
```
Original issue r…
-
一、从某数据库接口得到如下值:
```
{
rows: [
["Lisa", 16, "Female", "2000-12-01"],
["Bob", 22, "Male", "1996-01-21"]
],
metaData: [
{name: "name", note: ''},
{name: "age", note: ''},
{name: …