Skip to content

Instantly share code, notes, and snippets.

View Supamiu's full-sized avatar
:octocat:
WTB Time

Flavien Normand Supamiu

:octocat:
WTB Time
View GitHub Profile

#3.4.0

Bug Fixes

  • comments amount not updated when commenting an item (00d5939)
  • comments not working in zone breakdown (0d5b4a6), closes #281
  • instance returned by gathering search causing strange results (b025547)
  • items filtered and shown on wrong panel (c6480aa), closes #270
  • "NaN to reach total" sometimes shown on amount input fields (1f05c42)
  • beta: patreon email linking is case-sensitive (not anymore) (8fc3077)

3.4.0

Bug Fixes

  • comments amount not updated when commenting an item (00d5939)
  • comments not working in zone breakdown (0d5b4a6), closes #281
  • instance returned by gathering search causing strange results (b025547)
  • items filtered and shown on wrong panel (c6480aa), closes #270
  • "NaN to reach total" sometimes shown on amount input fields (1f05c42)
  • beta: patreon email linking is case-sensitive (not anymore) (8fc3077)

FFXIV Teamcraft 3.5.0 patch notes

Features

  • monster details now include level.
  • outdated lists are now automatically regenerated when opened by the author.
  • you can now import lists from external websites.
  • added a link to profile page on missing book warning icon.
  • alarms are now stored in your account so they are now cross-platform.
  • better seo configuration.
{
"Timers": "Timers",
"Copy_isearch": "Copy isearch macro",
"Isearch_copied": "/isearch {{itemname}} copied to clipboard",
"Required_for_final_craft": "{{amount}} needed for final items",
"Compact_sidebar_toggle": "Toggle compact sidebar",
"Confirmation": "Confirmation",
"Is_working_on_it": "{{name}} is working on it",
"Work_on_it": "I'm working on it",
"Add_as_collectible": "Add as collectable",
"SIMULATOR": {
"Import_macro": "Import from ingame macro",
"Ingame_macro": "Ingame macro",
"Min_stats": "Minimum stats",
"Progress": "Progress",
"Quality": "Quality",
"Step_counter": "Step",
"Durability": "Durability",
"Hq": "HQ",
"Cp_amount": "CP",
"HOME_PAGE": {
"title": "Create lists, share, contribute, craft",
"count": "lists currently stored",
"lists_created_count": "lists created using FFXIV Teamcraft",
"support_patreon": "Support us on patreon",
"features": "Features",
"support_title": "Support",
"support_content_discord": "If you have any troubles using the tool, don't be shy, pay us a visit on discord !",
"support_comtent_facebook": "You can also find us on facebook",
"contribute_title": "Contribute",

3.6.0 (2018-05-06)

Bug Fixes

  • fixed a bug with xivdb links in non-EN languages (ece88f5), closes #332
  • folklore icon missing in some cases (40a2d16)
  • inventory view was broken (4ff8397)
  • material amount now properly updated when adding crafts that uses them (d6cfd2b), closes #330
• electron-builder version=20.13.4
• loaded configuration file=package.json ("build" field)
• rebuilding native production dependencies platform=win32 arch=x64
• rebuilding native dependency name=grpc
Error: C:\Program Files\nodejs\node.exe exited with code 1
Error output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.7.0
node-pre-gyp info using node@9.5.0 | win32 | x64 node-pre-gyp http GET https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/electron-v2.0-win32-x64-unknown.tar.gz
node-pre-gyp http 403 https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/electron-v2.0-win32-x64-unknown.tar.gz
search(text$: Observable<string>) {
return text$.pipe(
debounceTime(500),
distinctUntilChanged(),
mergeMap((term) => {
// this.chatService.setPseudpInput(term);
return this.chatService.getUserByPseudo(term)
.pipe(
map(values => {
// states = values;
import { map, mergeMap, shareReplay, switchMap, tap } from 'rxjs/operators';
import { concat, merge, Observable, of, race, Subject } from 'rxjs';
class Foo {
public addLevesToList(leves: Levequest[]): void {
const omniRecipes = leves.filter(leve => leve.recipes.length > 1).map(leve => {
return leve.recipes.map(recipe => recipe.job);
});